TcxGridSortOrder Type
Enumerates sort order options.
Declaration
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