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

GridDataColumnGroupRowTemplateContext.GroupValue Property

Returns the group row value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public object GroupValue { get; }

Property Value

Type Description
Object

The group row value.

Remarks

Refer to the DxGrid.DataColumnGroupRowTemplate and DxGridDataColumn.GroupRowTemplate descriptions for more information and examples.

See Also