WebListBox.SortDirections

From Xojo Documentation

Enumeration
WebListBox.SortDirections

New in 2020r1

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.