Back to Devexpress

TcxGridSortOrder Type

vcl-cxgridcustomtableview-50888c46.md

latest1.1 KB
Original Source

TcxGridSortOrder Type

Enumerates sort order options.

Declaration

delphi
TcxGridSortOrder = cxCustomData.TcxDataSortOrder;

Referenced Class

TypeDescription
TcxDataSortOrder

The source sort order options type.

|

Remarks

The TcxGridSortOrder type is an alias of the TdxSortOrder enumeration type whose values define sort orders in data items.

Available Options

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

Direct TcxGridSortOrder Type Reference

The TcxCustomGridTableItem.SortOrder property references the TcxGridSortOrder type.

See Also

TcxDataSortOrder Type

cxGridCustomTableView Unit