ListSortOrder Enumeration
This enumerated type defines the sort order option for list controls
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[SerializableAttribute]
public enum ListSortOrder
<SerializableAttribute>
Public Enumeration ListSortOrder
[SerializableAttribute]
public enum class ListSortOrder
[<SerializableAttribute>]
type ListSortOrder
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.
|