ClassFooterTemplateContext
Class
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:
cs-api-definition
public class FooterTemplateContext
Inheritance: objectFooterTemplateContext
Constructors
FooterTemplateContext()
Declaration
cs-api-definition
public FooterTemplateContext()
Properties
AggregateResults
Defines a collection of all aggregate results from the Grid Data.
Declaration
cs-api-definition
public List<AggregateResult> AggregateResults { get; set; }
Property Value
Average
The calculated Average of the Grid Data.
Count
The calculated Count of the Grid Data.
Max
The calculated Max of the Grid Data.
Min
The calculated Min of the Grid Data.