Skip to main content

TcxLookupGridOptions.CaseInsensitive Property

Indicates whether character case is ignored during sorting.

Declaration

property CaseInsensitive: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the CaseInsensitive property to determine whether character case is ignored when sorting the drop-down list of a lookup combo box.

The default value of the CaseInsensitive property is False.

See Also