PivotGridCustomTotal(PivotSummaryType) Constructor
Initializes a new instance of the PivotGridCustomTotal class with the specified summary function type.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
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