Skip to main content

TcxTreeListBandStyles Class

A collection of style links for the various band elements.

Declaration

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.

See Also