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.v24.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