vcl-dxcore-5fa1df52.md
Enumerates sort order options.
TdxSortOrder = (
soNone,
soAscending,
soDescending
);
| Name | Description |
|---|---|
soNone |
Items retain their positions.
|
| soAscending |
Items are sorted in ascending order.
|
| soDescending |
Items are sorted in descending order.
|
Sort order options allow you to sort items in ascending or descending order.
The following public API members reference the TdxSortOrder type:
TdxListColumn.SortOrderSpecifies the item sort order in the column.TdxChartCustomSeries.SortOrderSpecifies the sort order for the series.TdxSpreadSheetReportDesignerDataField.SortOrderSpecifies the sort order applied to the stored data field.TdxSpreadSheetReportSortedField.SortOrderSpecifies the sort order applied to a field obtained from a bound dataset.
The following public API members reference the TdxSortOrder type through the TcxDataSortOrder alias:
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.
The following public API member references the TdxSortOrder type through the TcxGridSortOrder alias:
TcxCustomGridTableItem.SortOrderSpecifies the sort order of the data item.
The following public API member references the TcxSortOrder type through the TcxHeaderSortOrder alias:
TcxHeaderSection.SortOrderSpecifies section sort order. See Also