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

PivotGridCustomTotalBase(PivotSummaryType) Constructor

Initializes a new instance of the PivotGridCustomTotalBase class with the specified summary function type.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public PivotGridCustomTotalBase(
    PivotSummaryType summaryType
)

Parameters

Name Type Description
summaryType PivotSummaryType

A PivotSummaryType value that specifies the summary function type for the created custom total object. This value is assigned to the PivotGridCustomTotalBase.SummaryType property.

See Also