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