Skip to main content

TcxLookupGridColumns Class

Represents a collection of columns located within the drop-down list of a lookup combo box.

Declaration

TcxLookupGridColumns = class(
    TCollection
)

Remarks

The TcxLookupGridColumns collection contains columns displayed within the drop-down list of a lookup combo box. Columns provide a convenient data representation within the drop-down list and allow the performing of different actions (sorting, for instance).

Columns can be added to or removed from the collection both at design time and via code. At design time, a user can work with the ListColumns collection editor or specify the LookupComboBox.Properties.ListFieldNames property value.

Inheritance

TObject
TPersistent
TCollection
TcxLookupGridColumns
See Also