Back to Devexpress

TcxDataSortOrder Type

vcl-cxcustomdata-98268e67.md

latest1.8 KB
Original Source

TcxDataSortOrder Type

Enumerates sort order options.

Declaration

delphi
TcxDataSortOrder = dxCore.TdxSortOrder;

Referenced Class

TypeDescription
TdxSortOrder

The source sort order options type.

|

Remarks

The TcxDataSortOrder type is an alias of the TdxSortOrder enumeration type.

Available Options

soNoneRecords retain their positions.soAscendingRecords are sorted in ascending order.soDescendingRecords are sorted in descending order.

Direct TcxDataSortOrder Type References

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

TcxGridSortOrder Type

cxCustomData Unit