Back to Devexpress

GridViewPrintAppearances.GroupFooter Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewprintappearances-6ae462ff.md

latest1.8 KB
Original Source

GridViewPrintAppearances.GroupFooter Property

Gets the appearance settings used to paint the group footer when the grid is printed.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject GroupFooter { get; }
vb
Public ReadOnly Property GroupFooter As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint the group footer when the grid is printed.

|

Remarks

For more information on appearances, see the Appearance and Conditional Formatting topic.

See Also

FooterPanel

GridViewPrintAppearances Class

GridViewPrintAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace