FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SortState Enumeration |
'Declaration Public Enum SortState Inherits System.Enum
'Usage Dim instance As SortState
public enum SortState : System.Enum
Member | Description |
---|---|
Ascending | Sorted in ascending order. |
AscendingDisabled | Sorted in ascending order, and the control is disabled. |
Descending | Sorted in descending order. |
DescendingDisabled | Sorted in descending order, and the control is disabled. |
None | Sorting is not enabled. |
Unsorted | Sorting is available, but not currently in use. |
UnsortedDisabled | Sorting is not enabled, and the control is disabled. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.SortState
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
FarPoint.Win.Spread Namespace
SortState Property (Appearance Class)