Skip to main content

PivotGridCustomTotalBase() Constructor

In This Article

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

Namespace: DevExpress.XtraPivotGrid

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

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

#Declaration

public PivotGridCustomTotalBase()

#Remarks

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

See Also