Skip to main content

TdxListColumn Class

A list column.

Declaration

TdxListColumn = class(
    TcxComponentCollectionItem,
    IdxAutomationElement
)

Remarks

The TdxListColumn class members allow you to do the following:

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).

See Also