DxGridModel.GroupFooterDisplayMode Property
Specifies when to display group footers in the Grid.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
| Type | Description |
|---|---|
| GridGroupFooterDisplayMode | A GridGroupFooterDisplayMode enumeration value. |
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. |
Remarks
This member is a wrapper for the DxGrid component’s DxGrid.GroupFooterDisplayMode member. Refer to its description for more information.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GroupFooterDisplayMode property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.