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.Sorting Property

Determines whether dropdown data of a lookup combo box can be sorted based on values of a specific column.

#Declaration

Delphi
property Sorting: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the Sorting property to determine whether dropdown data of the lookup combo box can be sorted, at runtime, based on values of a specific column. If this property value is False, sorting can still be applied to a lookup combo box dropdown by setting the SortOrder property to any value (except for soNone).

Sorting can be applied to a column at runtime by clicking the required column header. To apply sorting across several columns, click the appropriate column headers with the Shift key pressed.

The default value of the Sorting property is True.

See Also