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 TCollection |
Display |
Inherited from TCollection |
Fixed | Determines whether the width of a column depends on other column settings. |
Header |
Specifies column caption text alignment within a column header. |
ID |
Inherited from TCollection |
Index |
Inherited from TCollection |
Min |
Specifies the minimum width of a specific column. |
Properties | |
Repository |
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. |
Sort |
Specifies the sort order for a column. |
Value |
|
Width | Specifies column width. |
See Also