Skip to main content
A newer version of this page is available. .

PivotGridSummaryType Enum

Lists values that specify the summary function types.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum PivotGridSummaryType

Members

Name Description
Sum

The sum of the values.

Min

The smallest value.

Max

The largest value.

Avg

The average of the values.

pivot func average

Count

The number of values.

Related API Members

The following properties accept/return PivotGridSummaryType values:

See Also