Miner.Windows Assembly > Miner.Windows Namespace : DropDownSortStyle Enumeration |
'Declaration Public Enum DropDownSortStyle Inherits System.Enum
'Usage Dim instance As DropDownSortStyle
public enum DropDownSortStyle : System.Enum
Member | Description |
---|---|
Ascending | Sort ascending on the text value. |
AscendingByData | Sort ascending on the converted data value. |
Descending | Sort descending on the text value. |
DescendingByData | Sort descending on the converted data value. |
None | No sort. |
System.Object
System.ValueType
System.Enum
Miner.Windows.DropDownSortStyle
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.
'Declaration Public Enum DropDownSortStyle Inherits System.Enum
'Usage Dim instance As DropDownSortStyle
public enum DropDownSortStyle : System.Enum
System.Object
System.ValueType
System.Enum
Miner.Windows.DropDownSortStyle
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.