TcxGridTableViewStyles.Footer Property
Specifies the style for the Table View footer.
Declaration
property Footer: TcxStyle index vsFooter read; write;
Property Value
Type |
---|
TcxStyle |
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