WebListBox.SortDirections
From Xojo Documentation
Enumeration
The allowable ways in which rows can be sorted based upon the value of a column.
Values
Enum | Description |
---|---|
Ascending | The rows will be sorted in A-Z order. |
Descending | The rows will e sorted in Z-A order. |
None | The rows will not be sorted. |
See Also
ColumnSortDirectionAt property.