The aggregate context object of the column available in the Footer template. Contains properties for the result of all possible aggregate functions, namely Count, Sum, Average, Min and Max, along with a list of all AggregateResult.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class FooterTemplateContext
Inheritance: objectFooterTemplateContext
Constructors
C#
public FooterTemplateContext()
Properties
Defines a collection of all aggregate results from the Grid Data.
C#
public List<AggregateResult> AggregateResults { get; set; }