Class AggregateType
Defines the aggregate types.
Inheritance
System.Object
AggregateType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AggregateType : Enum
Fields
Average
Performs average aggregation.
Declaration
public const AggregateType Average
Field Value
Type |
---|
AggregateType |
Count
Performs count aggregation.
Declaration
public const AggregateType Count
Field Value
Type |
---|
AggregateType |
Custom
Performs custom aggregation.
Declaration
public const AggregateType Custom
Field Value
Type |
---|
AggregateType |
FalseCount
Performs false count aggregation.
Declaration
public const AggregateType FalseCount
Field Value
Type |
---|
AggregateType |
Max
Performs max aggregation.
Declaration
public const AggregateType Max
Field Value
Type |
---|
AggregateType |
Min
Performs min aggregation.
Declaration
public const AggregateType Min
Field Value
Type |
---|
AggregateType |
Sum
Performs sum aggregation.
Declaration
public const AggregateType Sum
Field Value
Type |
---|
AggregateType |
TrueCount
Performs true count aggregation.
Declaration
public const AggregateType TrueCount
Field Value
Type |
---|
AggregateType |