PivotGridCustomTotalBase(PivotSummaryType) Constructor
In This Article
Initializes a new instance of the PivotGridCustomTotalBase class with the specified summary function type.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridCustomTotalBase(
PivotSummaryType summaryType
)
#Parameters
Name | Type | Description |
---|---|---|
summary |
Pivot |
A Pivot |
See Also