Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxLookupGridOptions Class

Contains settings determining the look & feel of the drop-down list of a lookup combo box.

#Declaration

Delphi
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