Back to Devexpress

IGrid.GroupFooterDisplayMode Property

blazor-devexpress-dot-blazor-dot-igrid-3348ad7a.md

latest1.9 KB
Original Source

IGrid.GroupFooterDisplayMode Property

Specifies when to display group footers in the Grid.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(GridGroupFooterDisplayMode.Auto)]
GridGroupFooterDisplayMode GroupFooterDisplayMode { get; set; }

Property Value

TypeDefaultDescription
GridGroupFooterDisplayModeAuto

A GridGroupFooterDisplayMode enumeration value.

|

Available values:

NameDescription
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.

|

Remarks

Refer to the GroupFooterDisplayMode property description for additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace