WebListBoxColumnData.SortDirection

From Xojo Documentation

aWebListBoxColumnData.SortDirection = newWebListBox.SortDirectionsValue
or
WebListBox.SortDirectionsValue = aWebListBoxColumnData.SortDirection

New in 2020r1

Supported for all project types and targets.

Indicates if the sort will be ascending or descending.

See Also

WebListBox.SortDirections enumeration.