TdxListColumn Properties
A list column.| Name | Description |
|---|---|
| Alignment | Specifies the horizontal alignment of the column’s content. |
| Caption | Specifies the column’s caption. |
| Collection | Specifies the collection containing the current element. Inherited from TcxComponentCollectionItem. |
| Columns | Provides access to the column collection that owns the list column. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DesignInfo | Inherited from TComponent. |
| DisplayName | Specifies the collection item’s name displayed in the collection editor. Inherited from TcxComponentCollectionItem. |
| HeaderAlignment | Specifies the horizontal alignment of the column’s caption. |
| ID | Gets the unique identifier of the current collection element. Inherited from TcxComponentCollectionItem. |
| ImageIndex | Specifies the column’s image index. |
| Index | Specifies the zero-based index of the current element in the collection. Inherited from TcxComponentCollectionItem. |
| ListView | Provides access to the List View control that owns the list column. |
| MaxWidth | Specifies the maximum column width. |
| MinWidth | Specifies the minimum column width. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| SortOrder | Specifies the item sort order in the column. |
| Tag | Inherited from TComponent. |
| VCLComObject | Inherited from TComponent. |
| Width | Specifies the column’s width. |
See Also