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

GridViewGroupFooterStyle Class

Provides the style settings used to paint a Group Footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class GridViewGroupFooterStyle :
    GridViewStyleBase

The following members return GridViewGroupFooterStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions GridViewBandColumn.GroupFooterCellStyle
GridViewColumn.GroupFooterCellStyle
GridViewStyles.GroupFooter
ASP.NET Bootstrap Controls BootstrapGridViewBandColumn.GroupFooterCellStyle
BootstrapGridViewCommandColumn.GroupFooterCellStyle
BootstrapGridViewDataColumn.GroupFooterCellStyle

Remarks

These settings can be accessed using the GridViewExportStyles.GroupFooter property.

Inheritance

See Also