TcxLookupGridOptions.AnsiSort Property
Indicates whether the drop-down list uses Windows locale settings to sort rows.
Declaration
property AnsiSort: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Use the AnsiSort property to determine whether the drop-down list uses Windows locale settings to sort rows. This option is useful when the drop-down list contains native language text.
The default value of the AnsiSort property is False.
See Also