Class GridGroupTemplateContext
The group aggregate context object of the column available in the Group Header and Footer templates. Contains properties for the result of all possible aggregate functions, namely Count, Sum, Average, Min and Max.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridGroupTemplateContext : GridGroupTemplateContextBase
Constructors
GridGroupTemplateContext()
Declaration
public GridGroupTemplateContext()
Properties
AggregateResults
A dictionary containing all available aggregates for the current group.
Declaration
public Dictionary<string, GridGroupAggregateResult> AggregateResults { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, GridGroupAggregateResult>
|
Value
The value of the current group.
Declaration
public object Value { get; set; }
Property Value
System.Object
|