TcxLookupDBGridColumn Properties
Represents a column within the dropdown 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. Inherited from TcxLookupGridColumn. |
| Collection | Inherited from TCollectionItem. |
| DisplayName | Inherited from TCollectionItem. |
| Field | |
| FieldName | Specifies the name of the data source field whose values are displayed within a column. |
| Fixed | Determines whether the width of a column depends on other column settings. Inherited from TcxLookupGridColumn. |
| HeaderAlignment | Specifies column caption text alignment within a column header. Inherited from TcxLookupGridColumn. |
| ID | Inherited from TCollectionItem. |
| Index | Inherited from TCollectionItem. |
| MinWidth | Specifies the minimum width of a specific column. Inherited from TcxLookupGridColumn. |
| Properties | Inherited from TcxLookupGridColumn. |
| RepositoryItem | Specifies the repository item used as an editor for a specific column’s content. Inherited from TcxLookupGridColumn. |
| Sorting | Determines whether dropdown data of a lookup combo box can be sorted based on values of a specific column. Inherited from TcxLookupGridColumn. |
| SortOrder | Specifies the sort order for a column. Inherited from TcxLookupGridColumn. |
| ValueTypeClass | Inherited from TcxLookupGridColumn. |
| Width | Specifies column width. Inherited from TcxLookupGridColumn. |
See Also