Skip to main content

TcxCustomComboBoxProperties.Sorted Property

Determines whether the auto completion expression list is sorted in alphabetical order.

Declaration

property Sorted: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the Sorted property to determine whether the auto completion expression list is sorted.

Note

The Items list may contain several expressions with the same starting characters. If the expression list is not sorted, then during input, the ExpressComboBox dropdown may locate an expression placed later in alphabetical order, than other expressions with the same starting characters presented in the Items list.

The default value of the Sorted property is False.

See Also