WebListBoxColumnData.SortDirection
From Xojo Documentation
Property (As WebListBox.SortDirections )
aWebListBoxColumnData.SortDirection = newWebListBox.SortDirectionsValue
or
WebListBox.SortDirectionsValue = aWebListBoxColumnData.SortDirection
New in 2020r1
Supported for all project types and targets.
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.