TcxLookupGridColumn.SortOrder Property
In This Article
Specifies the sort order for a column.
#Declaration
Delphi
property SortOrder: TcxDataSortOrder read; write; default soNone;
#Property Value
Type | Default |
---|---|
Tcx |
so |
#Remarks
Use the SortOrder property to specify the order in which the lookup grid drop-down list is sorted based on the current column’s values.
Value | Meaning |
---|---|
so |
The lookup grid drop-down list is sorted in ascending order. |
so |
The lookup grid drop-down list is sorted in descending order. |
so |
The lookup grid drop-down list is not sorted. |
SortOrder can be applied to a column even when the Sorting property value is False.
The default value of the SortOrder property is soNone.
See Also