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

PivotGridCustomTotalBase() Constructor

Initializes a new instance of the PivotGridCustomTotalBase class with the default settings.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotGridCustomTotalBase()

Remarks

The PivotGridCustomTotalBase.SummaryType property is set to PivotSummaryType.Sum.

See Also