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

IGrid.GroupFooterDisplayMode Property

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

GridGroupFooterDisplayMode GroupFooterDisplayMode { get; set; }

Property Value

Type
GridGroupFooterDisplayMode

Available values:

Name Description
Auto

Group footers are visible if they display group summary values or your custom group footer templates and the corresponding groups are expanded. Otherwise, group footers are hidden.

Never

Group footers are always hidden even if they contain group summary values or if you specify a custom group footer template.

IfExpanded

Group footers are visible for expanded groups only.

Always

Group footers are always visible regardless of footer content and the groups’ expanded states.

See Also