Visual Basic (Declaration) | |
---|---|
Public Enum SortState Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SortState |
C# | |
---|---|
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 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
Reference
FarPoint.Win.Spread NamespaceSortState Property (Appearance Class)