Skip to main content

TcxExtLookupComboBoxProperties.ListFieldItem Property

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

Declaration

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