ListSortOrder Enumeration

This enumerated type defines the sort order option for list controls

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[SerializableAttribute]
public enum ListSortOrder

Members

None0 None. This is the default and is the only value allowed if the list control has a data source assigned to it.
Ascending1 Sort in ascending order.
Descending2 Sort in descending order.

See Also