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

RadPivotGrid aggregate types.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum PivotGridAggregateType

Fields

Average aggregate

C#
Average = 2

Count aggregate

C#
Count = 1

Max aggregate

C#
Max = 3

Min aggregate

C#
Min = 4

Product aggregate

C#
Product = 5

Standard deviation aggregate

C#
StdDev = 6

Standard deviation (for the population for all values) aggregate

C#
StdDevP = 7

Sum aggregate

C#
Sum = 0

Statistical variance aggregate

C#
Var = 8

Statistical variance (for the population for all values) aggregate

C#
VarP = 9