Class
GridGroupTemplateContextBase

Definition

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

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class GridGroupTemplateContextBase

Inheritance: objectGridGroupTemplateContextBase

Derived Classes: GridGroupAggregateResultGridGroupTemplateContext

Constructors

GridGroupTemplateContextBase()

Declaration

cs-api-definition
protected GridGroupTemplateContextBase()

Properties

Average

The calculated Average of the group items.

Declaration

cs-api-definition
public decimal? Average { get; set; }

Property Value

decimal?

Count

The calculated Count of the group items.

Declaration

cs-api-definition
public int? Count { get; set; }

Property Value

int?

Max

The calculated Max of the group items.

Declaration

cs-api-definition
public decimal? Max { get; set; }

Property Value

decimal?

Min

The calculated Min of the group items.

Declaration

cs-api-definition
public decimal? Min { get; set; }

Property Value

decimal?

Sum

The calculated Sum of the group items.

Declaration

cs-api-definition
public decimal? Sum { get; set; }

Property Value

decimal?

Methods

LoadFromDictionary(Dictionary<string, object>)

Declaration

cs-api-definition
public void LoadFromDictionary(Dictionary<string, object> source)

Parameters

source

Dictionary<string, object>