Back to Devexpress

PivotGridSummaryType Enum

blazor-devexpress-dot-blazor-839f221b.md

latest1018 B
Original Source

PivotGridSummaryType Enum

Lists values that specify the summary function types.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum PivotGridSummaryType

Members

NameDescription
Sum

The sum of the values.

| | Min |

The smallest value.

| | Max |

The largest value.

| | Avg |

The average of the values.

| | Count |

The number of values.

|

The following properties accept/return PivotGridSummaryType values:

See Also

DevExpress.Blazor Namespace