GridDataColumnGroupRowTemplateContext.GroupValue Property
Returns the group row value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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