Class PivotGridAggregateType
RadPivotGrid aggregate types.
Inheritance
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class PivotGridAggregateType : Enum
Fields
Average
Average aggregate
Declaration
public const PivotGridAggregateType Average
Field Value
PivotGridAggregateType
|
Count
Count aggregate
Declaration
public const PivotGridAggregateType Count
Field Value
PivotGridAggregateType
|
Max
Max aggregate
Declaration
public const PivotGridAggregateType Max
Field Value
PivotGridAggregateType
|
Min
Min aggregate
Declaration
public const PivotGridAggregateType Min
Field Value
PivotGridAggregateType
|
Product
Product aggregate
Declaration
public const PivotGridAggregateType Product
Field Value
PivotGridAggregateType
|
StdDev
Standard deviation aggregate
Declaration
public const PivotGridAggregateType StdDev
Field Value
PivotGridAggregateType
|
StdDevP
Standard deviation (for the population for all values) aggregate
Declaration
public const PivotGridAggregateType StdDevP
Field Value
PivotGridAggregateType
|
Sum
Sum aggregate
Declaration
public const PivotGridAggregateType Sum
Field Value
PivotGridAggregateType
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Var
Statistical variance aggregate
Declaration
public const PivotGridAggregateType Var
Field Value
PivotGridAggregateType
|
VarP
Statistical variance (for the population for all values) aggregate
Declaration
public const PivotGridAggregateType VarP
Field Value
PivotGridAggregateType
|