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

TcxCustomDBLookupEdit.Properties Property

Contains settings controlling the behavior of lookup editors.

#Declaration

Delphi
property Properties: TcxCustomDBLookupEditProperties read; write;

#Property Value

Type
TcxCustomDBLookupEditProperties

#Remarks

Use the attributes of the Properties object to customize the lookup editor. You can specify:

  • the fields (the ListFieldNames property) to display in the dropdown window (every field is represented by a column);

  • the field (the ListFieldIndex property) whose value is displayed within the editor’s edit region;

  • the fields (the KeyFieldNames property) whose values match the edit value(s) of the lookup editor.

LookupComboBox and ExtLookupComboBox controls provide additional properties to customize lookup editors.

See Also