GridDataColumnGroupRowTemplateContext.GroupValue Property
In This Article
Returns the group row value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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