Back to Devexpress

TcxGridTableViewStyles.Footer Property

vcl-cxgridtableview-dot-tcxgridtableviewstyles-17e73055.md

latest1.1 KB
Original Source

TcxGridTableViewStyles.Footer Property

Specifies the style for the Table View footer.

Declaration

delphi
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

TcxGridTableOptionsView.Footer

Style Repository

TcxGridTableViewStyles Class

TcxGridTableViewStyles Members

cxGridTableView Unit