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

TcxLookupGridColumn.SortOrder Property

Specifies the sort order for a column.

#Declaration

Delphi
property SortOrder: TcxDataSortOrder read; write; default soNone;

#Property Value

Type Default
TcxDataSortOrder soNone

#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
soAscending The lookup grid drop-down list is sorted in ascending order.
soDescending The lookup grid drop-down list is sorted in descending order.
soNone 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