Back to Devexpress

TdxListColumn Class

vcl-dxlistview-baab31a0.md

latest1.9 KB
Original Source

TdxListColumn Class

A list column.

Declaration

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

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxListColumn

See Also

TdxListColumn Members

dxListView Unit