Class AggregateTemplateContext
Class that defines template context detail of FooterTemplate, GroupFooterTemplate and GroupCaptionTemplate. FooterTemplate GroupCaptionTemplate GroupFooterTemplate
Inheritance
System.Object
AggregateTemplateContext
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class AggregateTemplateContext : Object
Constructors
AggregateTemplateContext()
Declaration
public AggregateTemplateContext()
Properties
Average
Gets average aggregate value.
Declaration
public string Average { get; }
Property Value
Type |
---|
System.String |
Count
Gets count aggregate value.
Declaration
public string Count { get; }
Property Value
Type |
---|
System.String |
Custom
Gets custom aggregate value.
Declaration
public string Custom { get; }
Property Value
Type |
---|
System.String |
FalseCount
Specifies false count aggregate value.
Declaration
public string FalseCount { get; }
Property Value
Type |
---|
System.String |
Field
Gets the current group field name.
Declaration
public string Field { get; }
Property Value
Type |
---|
System.String |
ForeignKey
Gets corresponding grouped foreign key value.
Declaration
public string ForeignKey { get; }
Property Value
Type |
---|
System.String |
HeaderText
Gets header text of the grouped column.
Declaration
public string HeaderText { get; }
Property Value
Type |
---|
System.String |
Key
Gets grouped data key value.
Declaration
public string Key { get; }
Property Value
Type |
---|
System.String |
Max
Gets maximum aggregate value.
Declaration
public string Max { get; }
Property Value
Type |
---|
System.String |
Min
Gets minimum aggregate value.
Declaration
public string Min { get; }
Property Value
Type |
---|
System.String |
Sum
Gets sum aggregate value.
Declaration
public string Sum { get; }
Property Value
Type |
---|
System.String |
TrueCount
Gets true count aggregate value.
Declaration
public string TrueCount { get; }
Property Value
Type |
---|
System.String |