Skip to main content

PivotGridCustomTotalBase() Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.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