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

TcxGridSortOrder Type

Enumerates sort order options.

#Declaration

Delphi
TcxGridSortOrder = cxCustomData.TcxDataSortOrder;

#Referenced Class

Type Description
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

soNone
Records retain their positions.
soAscending
Records are sorted in ascending order.
soDescending
Records are sorted in descending order.

#Direct TcxGridSortOrder Type Reference

The TcxCustomGridTableItem.SortOrder property references the TcxGridSortOrder type.

See Also