Skip to main content

TcxTreeListOptionsData.CaseInsensitive Property

Determines whether sorting is case-insensitive.

Declaration

property CaseInsensitive: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True, to make sorting case-insensitive.

Enabling this property sets the dcoCaseInsensitive flag in a data controller‘s Options property.

The default value of the CaseInsensitive property is False.

See Also