vcl-cxcustomdata-98268e67.md
Enumerates sort order options.
TcxDataSortOrder = dxCore.TdxSortOrder;
| Type | Description |
|---|---|
| TdxSortOrder |
The source sort order options type.
|
The TcxDataSortOrder type is an alias of the TdxSortOrder enumeration type.
soNoneRecords retain their positions.soAscendingRecords are sorted in ascending order.soDescendingRecords are sorted in descending order.
The following public API members reference the TcxDataSortOrder type:
TcxGridChartCategories.SortOrderSpecifies the order in which the values of the default categories are sorted.TcxGridChartDataGroup.SortOrderSpecifies the order in which the data group’s categories are displayed once this group becomes active.TcxGridChartItem.SortOrderSpecifies the order in which to display chart item values.TcxLookupGridColumn.SortOrderSpecifies the sort order for a column.TcxTreeListColumn.SortOrderSpecifies the sort order of the column’s values.TcxPivotGridField.SortOrderSpecifies the field‘s sort order. See Also