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

ASPxGridViewSettings.ShowGroupFooter Property

Gets or sets a value that specifies the ASPxGridView group footers visibility.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(GridViewGroupFooterMode.Hidden)]
public GridViewGroupFooterMode ShowGroupFooter { get; set; }

Property Value

Type Default Description
GridViewGroupFooterMode **Hidden**

A GridViewGroupFooterMode enumeration value that specifies the group footer’s visibility mode.

Available values:

Name Description
Hidden

Group footers are hidden.

VisibleIfExpanded

Group footers are displayed only for expanded group rows.

VisibleAlways

Group footers are always displayed.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowGroupFooter
ASP.NET Controls and MVC Extensions ASPxGridView
.Settings.ShowGroupFooter
GridViewProperties
.Settings.ShowGroupFooter
GridViewSettings
.Settings.ShowGroupFooter
GridViewSettings<RowType>
.Settings.ShowGroupFooter
MVCxGridView
.Settings.ShowGroupFooter
MVCxGridViewProperties
.Settings.ShowGroupFooter
ASP.NET Bootstrap Controls BootstrapGridView
.Settings.ShowGroupFooter

Remarks

To learn more, see Grouping.

See Also