IGrid.ColumnGroupFooterTemplate Property
Specifies a common template used to display all column’s group footers in the Grid.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
RenderFragment<GridColumnGroupFooterTemplateContext> ColumnGroupFooterTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<GridColumnGroupFooterTemplateContext> | The template for all column’s group footers. |
Remarks
Refer to the ClearSort() method description for more information and an example.
See Also