TcxTreeListOptionsData.CaseInsensitive Property
In This Article
Determines whether sorting is case-insensitive.
#Declaration
Delphi
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