Enum AggregateType
Defines the aggregate types.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AggregateType
Fields
| Name | Description |
|---|---|
| Average | Performs average aggregation. |
| Count | Performs count aggregation. |
| Custom | Performs custom aggregation. |
| FalseCount | Performs false count aggregation. |
| Max | Performs max aggregation. |
| Min | Performs min aggregation. |
| Sum | Performs sum aggregation. |
| TrueCount | Performs true count aggregation. |