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.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GridGroupTemplateContext : GridGroupTemplateContextBase
Inheritance: objectGridGroupTemplateContextBaseGridGroupTemplateContext
Derived Classes:
Inherited Members
Constructors
C#
public GridGroupTemplateContext()
Properties
A dictionary containing all available aggregates for the current group.
C#
public Dictionary<string, GridGroupAggregateResult> AggregateResults { get; set; }