TcxLookupGridColumn Class
In This Article
Serves as the base class for a TcxLookupDBGridColumn object (a column within the drop-down list of a lookup combo box).
#Declaration
Delphi
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.
#Implements
#Inheritance
TObject
TPersistent
TCollectionItem
TcxInterfacedCollectionItem
TcxLookupGridColumn
See Also