TcxLookupGridOptions Class
Contains settings determining the look & feel of the drop-down list of a lookup combo box.
Declaration
TcxLookupGridOptions = class(
TPersistent
)
Remarks
TcxLookupGridOptions contains settings determining the look & feel of the drop-down list of an editor. These settings determine the visual representation of the drop-down list (GridLines and ShowHeader) and the row selection within it (RowSelect). They also define whether the list can be sorted (ColumnSorting). Sorting is implemented using Windows locale settings for sorting rows (AnsiSort). The characters case information can be ignored during sorting (CaseInsensitive).
Inheritance
TObject
TPersistent
TcxLookupGridOptions
See Also