TdxListColumn Class
A list column.
Declaration
TdxListColumn = class(
TcxComponentCollectionItem
)
Remarks
The TdxListColumn class members allow you to do the following:
- Specify the column’s caption (Caption).
- Show an image in the column’s header (ImageIndex).
- Align the column’s header and content (Alignment and HeaderAlignment).
- Resize the column (Width, MinWidth, MaxWidth, and ApplyBestFit).
- Access the column’s owners (ListView and Columns).
- Sort the column’s content in ascending or descending order (SortOrder).
Members of the TdxCustomListView and TdxListColumns classes reference a TdxListColumn object.
Note
The List View shows columns only if the control is in Report mode (that is, the control’s ViewStyle property is set to Report).
Inheritance
See Also