TcxLookupGridOptions.ColumnSorting Property
Indicates whether sorting can be applied to the drop-down list of a lookup combo box.
Declaration
property ColumnSorting: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the column sorting property to determine whether the drop-down list of a lookup combo box can be sorted at runtime. If this property value is False, the drop-down list can still be sorted using the SortOrder property of the required column.
The default value of the ColumnSorting property is True.
See Also