Skip to main content

TcxCustomFilterControl.SortItems Property

Specifies whether the items should be automatically sorted.

Declaration

property SortItems: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the SortItems property to True to automatically sort the items in ascending order. Otherwise the items will remain in the order that they were inserted in.

The default value of the SortItems property is False.

See Also