IGridColumn.GroupFooterTemplate Property
Specifies a template for the column’s group footer.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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