Skip to main content

TcxTreeListBandStyles.Footer Property

Specifies the style for the band’s footer.

Declaration

property Footer: TcxStyle index tlbs_Footer read; write;

Property Value

Type
TcxStyle

Remarks

The Footer property allows you to define the style (font, background color) of all cells within the band footer. It is possible to redefine the style for particular cells within the band footer by handling the OnGetColumnFooterStyle event.

Additionally, you can specify the style settings of the band’s content and header using the Content and Header properties.

See Also