DesktopListBox.SortDirections
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Enumeration
Specifies all possible sort directions.
Values
Enum | Description |
---|---|
Descending | Rows are sorted in reverse alphabetical order. |
None | The rows are unsorted. |
Ascending | The rows are sorted in standard alphabetical order. |