Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDataSortOrder Type

Enumerates sort order options.

#Declaration

Delphi
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