Skip to main content

TcxLookupGridColumn Class

Serves as the base class for a TcxLookupDBGridColumn object (a column within the drop-down list of a lookup combo box).

Declaration

TcxLookupGridColumn = class(
    TcxInterfacedCollectionItem,
    IcxEditRepositoryItemListener
)

Remarks

Columns of the drop-down list are stored within the LookupComboBox.Properties.ListColumns collection. They can be used to apply sorting to the drop-down list. The width of columns can be adjusted in order to entirely display field values of a data source.

See Also