BCGSoft.Controls.Grid Namespace : FilterAndSortStatus Enumeration |
'Declaration Public Enum FilterAndSortStatus Inherits System.Enum
'Usage Dim instance As FilterAndSortStatus
public enum FilterAndSortStatus : System.Enum
__value public enum FilterAndSortStatus : public System.Enum
public enum class FilterAndSortStatus : public System.Enum
Member | Description |
---|---|
Clear | 0xFF, used to clear flags. |
Filtered | Column is filtered. |
None | No sort and filter. |
Sorted | Column is sorted. Combination of SortedAZ and SortedZA flags. |
SortedAZ | Sort order is ascending. |
SortedZA | Sort order is descending. |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Grid.FilterAndSortStatus
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