Enum
GridAggregateType

The aggregate type of a particular aggregate of the Grid.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum GridAggregateType

Fields

Average

Average aggregate function

Declaration

cs-api-definition
Average = 3

Field Value

GridAggregateType

Count

Count aggregate function

Declaration

cs-api-definition
Count = 2

Field Value

GridAggregateType

Max

Max aggregate function

Declaration

cs-api-definition
Max = 1

Field Value

GridAggregateType

Min

Min aggregate function

Declaration

cs-api-definition
Min = 0

Field Value

GridAggregateType

Sum

Sum aggregate function

Declaration

cs-api-definition
Sum = 4

Field Value

GridAggregateType

In this article
DefinitionFieldsAverageCountMaxMinSum
Not finding the help you need?
Contact Support