Back to Devexpress

GridViewAppearances.GroupFooter Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewappearances-79124384.md

latest2.3 KB
Original Source

GridViewAppearances.GroupFooter Property

Gets the appearance settings used to paint the group footer.

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.

|

Remarks

If a View is painted in WindowsXP style, the GroupFooter property specifies only the appearance of footer cells. If the View is painted in Office2003 style, the appearance settings specified by this property are ignored.

The group footer can also be custom painted using the GridView.CustomDrawRowFooter event.

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

See Also

FooterPanel

Appearance and Conditional Formatting

GridViewAppearances Class

GridViewAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace