ClassGridGroupTemplateContextBase
Class
Definition
Namespace:Telerik.Blazor.Components.Grid.Grouping.Models
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class GridGroupTemplateContextBase
Inheritance: objectGridGroupTemplateContextBase
Derived Classes:
Constructors
GridGroupTemplateContextBase()
Declaration
cs-api-definition
protected GridGroupTemplateContextBase()
Properties
Average
The calculated Average of the group items.
Count
The calculated Count of the group items.
Max
The calculated Max of the group items.
Min
The calculated Min of the group items.
Methods
LoadFromDictionary(Dictionary<string, object>)
Declaration
cs-api-definition
public void LoadFromDictionary(Dictionary<string, object> source)
Parameters
source