PivotGridCustomTotalCollectionBase.Add(PivotGridCustomTotalCollectionBase) Method
Clones custom totals from the specified collection and adds them to the current collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
customTotals | PivotGridCustomTotalCollectionBase | A PivotGridCustomTotalCollectionBase collection that stores custom totals whose copies will be added to the current collection. |
See Also