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

PivotSummaryValue.GetValue(PivotSummaryType) Method

Returns the value of the specified predefined summary.

Namespace: DevExpress.Data.PivotGrid

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

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