TcxDataSortOrder Type
Enumerates sort order options.
Declaration
TcxDataSortOrder = dxCore.TdxSortOrder;
Referenced Class
Type | Description |
---|---|
TdxSortOrder | The source sort order options type. |
Remarks
The TcxDataSortOrder
type is an alias of the TdxSortOrder enumeration type.
Available Options
- soNone
- Records retain their positions.
- soAscending
- Records are sorted in ascending order.
- soDescending
- Records are sorted in descending order.
Direct TcxDataSortOrder Type References
The following public API members reference the TcxDataSortOrder
type:
- TcxGridChartCategories.SortOrder
- Specifies the order in which the values of the default categories are sorted.
- TcxGridChartDataGroup.SortOrder
- Specifies the order in which the data group’s categories are displayed once this group becomes active.
- TcxGridChartItem.SortOrder
- Specifies the order in which to display chart item values.
- TcxLookupGridColumn.SortOrder
- Specifies the sort order for a column.
- TcxTreeListColumn.SortOrder
- Specifies the sort order of the column’s values.
- TcxPivotGridField.SortOrder
- Specifies the field‘s sort order.
See Also