TcxLookupGridColumn Members
Serves as the base class for a TcxLookupDBGridColumn object (a column within the drop-down list of a lookup combo box).Constructors
| Name | Description |
|---|---|
| Create(TCollection) | Inherited from TCollectionItem. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| DefaultCaption | |
| DefaultRepositoryItem | |
| DefaultWidth | |
| Equals(TObject) | Inherited from TObject. |
| GetContentFont | |
| GetDisplayName | Inherited from TCollectionItem. |
| GetHashCode | Inherited from TObject. |
| GetInternalDefaultRepositoryItem | |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetRepositoryItem | |
| IsLeft | |
| IsRight | |
| Release | Inherited from TCollectionItem. |
| RestoreDefaults | |
| SetDisplayName(String) | Inherited from TCollectionItem. |
| ToString | Inherited from TObject. |
See Also