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

IGridColumn.GroupFooterTemplate Property

Specifies a template for the column’s group footer.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

RenderFragment<GridColumnGroupFooterTemplateContext> GroupFooterTemplate { get; set; }

Property Value

Type Description
RenderFragment<GridColumnGroupFooterTemplateContext>

The template for the column’s group footer.

Remarks

Refer to the GroupFooterTemplate property description for more information and an example.

See Also