TcxCustomDBLookupEdit.Properties Property
Contains settings controlling the behavior of lookup editors.
Declaration
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