TcxTreeListBandStyles.Footer Property
In This Article
Specifies the style for the band’s footer.
#Declaration
Delphi
property Footer: TcxStyle index tlbs_Footer read; write;
#Property Value
Type |
---|
Tcx |
#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