Back to Devexpress

TcxTreeListBandStyles Class

vcl-cxtl-7494fe6e.md

latest1.3 KB
Original Source

TcxTreeListBandStyles Class

A collection of style links for the various band elements.

Declaration

delphi
TcxTreeListBandStyles = class(
    TcxStyles
)

Remarks

This class introduces properties that allow you to define the appearance of various band elements. The class is exposed via the band’s Styles property. Using properties of this class, you can define the styles of a band’s content, footer and header.

Also, it is possible to define band styles using the following events: OnGetBandBackgroundStyle, OnGetBandContentStyle, and OnGetBandHeaderStyle.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxTreeListBandStyles

See Also

TcxTreeListBandStyles Members

cxTL Unit