Spread Windows Forms 6.0 Product Documentation
SortState Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SortState Enumeration


Glossary Item Box

Specifies the state of sorting for the current column so the column renderer knows which sorting image to draw.

Syntax

Visual Basic (Declaration) 
Public Enum SortState 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SortState
C# 
public enum SortState : System.Enum 

Members

MemberDescription
AscendingSorted in ascending order.
AscendingDisabledSorted in ascending order, and the control is disabled.
DescendingSorted in descending order.
DescendingDisabledSorted in descending order, and the control is disabled.
NoneSorting is not enabled.
UnsortedSorting is available, but not currently in use.
UnsortedDisabledSorting is not enabled, and the control is disabled.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.SortState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.