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.ListFieldItem Property

Specifies the column of the ExtLookupEditor’s dropdown View whose data is displayed in the edit box.

#Declaration

Delphi
property ListFieldItem: TcxCustomGridTableItem read; write;

#Property Value

Type
TcxCustomGridTableItem

#Remarks

The text displayed within the edit box of the ExtLookupEditor is determined by the ListFieldItem property. It references one of the columns of the dropdown View set via the View property.

You are not able to edit text in the edit box. It is used for display purpose only to identify the record currently selected.

The edit value of the ExtLookupEditor matches a value of the selected record’s field identified by the KeyFieldNames property. See the editor’s EditValue property to get the edit value. It is possible to specify several key field names via the KeyFieldNames property. In this case, EditValue will hold an array of variants.

See Also