TcxLookupGridColumn Properties
Serves as the base class for a TcxLookupDBGridColumn object (a column within the drop-down list of a lookup combo box).Name | Description |
---|---|
Caption | Specifies the text string representing a column within the drop-down list of a lookup combo box. |
Collection | Inherited from TCollectionItem. |
DisplayName | Inherited from TCollectionItem. |
Fixed | Determines whether the width of a column depends on other column settings. |
HeaderAlignment | Specifies column caption text alignment within a column header. |
ID | Inherited from TCollectionItem. |
Index | Inherited from TCollectionItem. |
MinWidth | Specifies the minimum width of a specific column. |
Properties | |
RepositoryItem | Specifies the repository item used as an editor for a specific column’s content. |
Sorting | Determines whether dropdown data of a lookup combo box can be sorted based on values of a specific column. |
SortOrder | Specifies the sort order for a column. |
ValueTypeClass | |
Width | Specifies column width. |
See Also