Skip to main content

PivotSummaryValue.GetValue(PivotSummaryType) Method

Returns the value of the specified predefined summary.

Namespace: DevExpress.Data.PivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object GetValue(
    PivotSummaryType summaryType
)

Parameters

Name Type Description
summaryType PivotSummaryType

A PivotSummaryType value that specifies the required summary type.

Returns

Type Description
Object

The value of the specified summary.

See Also