Skip to main content
A newer version of this page is available. .

TcxLookupGridColumn.Sorting Property

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

Declaration

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