Back to Devexpress

TcxTreeListColumnStyles Class

vcl-cxtl-a098c59a.md

latest1.4 KB
Original Source

TcxTreeListColumnStyles Class

Contains a column’s style settings.

Declaration

delphi
TcxTreeListColumnStyles = class(
    TcxEditContainerStyles
)

Remarks

A TcxTreeListColumnStyles class instance is exposed via a column’s Styles property. Use properties of this class to define the style settings of the column header, content and footer.

You can also define the styles of the column header and footer by handling the OnGetColumnHeaderStyle and OnGetColumnFooterStyle events.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxEditContainerStyles TcxTreeListColumnStyles

See Also

TcxTreeListColumnStyles Members

cxTL Unit