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

IGridDataColumn.GroupRowTemplate Property

Specifies a template used to display group rows when the Grid is grouped by this column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

RenderFragment<GridDataColumnGroupRowTemplateContext> GroupRowTemplate { get; set; }

Property Value

Type Description
RenderFragment<GridDataColumnGroupRowTemplateContext>

The template for the column’s group rows.

Remarks

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

See Also