List Sort Order Enumeration
This enumerated type defines the sort order option for list controls
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
[SerializableAttribute]
public enum ListSortOrderVB
<SerializableAttribute>
Public Enumeration ListSortOrderC++
[SerializableAttribute]
public enum class ListSortOrderF#
[<SerializableAttribute>]
type ListSortOrderMembers
| None | 0 | None. This is the default and is the only value allowed if the list control has a data source assigned to it. |
| Ascending | 1 | Sort in ascending order. |
| Descending | 2 | Sort in descending order. |