Common Application Framework

ValueListSortStyle Enumeration

Enumeration for specifying how value list items will be sorted when displaying value list items in a drop down list

public enum ValueListSortStyle

Members

Member Name 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.

Requirements

Namespace: Aveva.ApplicationFramework.Presentation

Assembly: Aveva.ApplicationFramework.Presentation (in Aveva.ApplicationFramework.Presentation.dll)

See Also

Aveva.ApplicationFramework.Presentation Namespace