Skip to main content
A newer version of this page is available. .
Tab

GridViewStyles.GroupFooter Property

Gets the style settings used to paint group footers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewGroupFooterStyle GroupFooter { get; }

Property Value

Type Description
GridViewGroupFooterStyle

A GridViewGroupFooterStyle object that contains style settings used to paint group footers.

Remarks

To provide custom style settings used to paint footer cells in individual columns, use the column’s GridViewColumn.GroupFooterCellStyle property.

See Also