New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.Blazor.Components.Grid.Grouping.Models

Assembly:Telerik.Blazor.dll

Syntax:

C#
public abstract class GridGroupTemplateContextBase

Inheritance: objectGridGroupTemplateContextBase

Derived Classes: GridGroupAggregateResultGridGroupTemplateContext

Constructors

C#
protected GridGroupTemplateContextBase()

Properties

The calculated Average of the group items.

C#
public decimal? Average { get; set; }

The calculated Count of the group items.

C#
public int? Count { get; set; }

The calculated Max of the group items.

C#
public decimal? Max { get; set; }

The calculated Min of the group items.

C#
public decimal? Min { get; set; }

The calculated Sum of the group items.

C#
public decimal? Sum { get; set; }

Methods

C#
public void LoadFromDictionary(Dictionary<string, object> source)
Parameters:sourceDictionary<string, object>