Skip to main content

TcxDataSortOrder Type

Enumerates the available sort orders.

Declaration

TcxDataSortOrder = dxCore.TdxSortOrder;

Referenced Class

Type
TdxSortOrder

Remarks

Options include:

Value Description
soNone Data is not sorted.
soAscending Data is sorted in ascending order.
soDescending Data is sorted in descending order.

To sort items, use the SortOrder property. To reset the sorting order applied to items within a data controller, call the data controller’s ClearSorting method.

See Also