TcxGridTableViewStyles.Footer Property
In This Article
Specifies the style for the Table View footer.
#Declaration
Delphi
property Footer: TcxStyle index vsFooter read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The Footer property allows you to define the style (font, background color) for the Table View footer. It is possible to redefine the style for a specific footer by handling the OnGetFooterStyle event.
The following image demonstrates a grid control with the footer panel painted in the pale golden color:
See Also