ValueListSortStyle Enumeration
Enumeration for specifying how value list items will be sorted when displaying value list items in a drop down list
Syntax
public enum ValueListSortStyle : System.Enum
public enum class ValueListSortStyle : public System.Enum
Members
| Member | Description |
|---|---|
| Ascending | Sort ascending by display text. |
| AscendingByValue | Sort ascending by value. |
| Descending | Sort descending by display text. |
| DescendingByValue | Sort descending by value. |
| None | No sorting. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.ValueListSortStyle
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also