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

TcxExtLookupComboBoxProperties Class

Contains settings for ExtLookupEditors.

#Declaration

Delphi
TcxExtLookupComboBoxProperties = class(
    TcxCustomExtLookupComboBoxProperties
)

#Remarks

The TcxExtLookupComboBoxProperties class contains a set of attributes controlling the behavior of ExtLookupEditors (TcxExtLookupComboBox and TcxDBExtLookupComboBox).

An ExtLookupEditor displays a data-aware (Banded) Table View within its dropdown window specified by the View property. Selecting a specific record in this View changes the display text and edit value(s) of the editor. The display text is obtained from the ListFieldItem column of the selected record. The edit value(s) is determined by a selected record’s field(s) set via the KeyFieldNames property.

You can use the FocusPopup property to enable/disable editing data within the dropdown View. If FocusPopup is set to True, a user has the full-function grid View in the dropdown (editing, filtering is enabled). Otherwise, a user is not able to edit and filter data; only sorting and grouping are supported.

See Also