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