PivotGridCustomTotalCollectionBase.Add(PivotGridCustomTotalCollectionBase) Method
Clones custom totals from the specified collection and adds them to the current collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
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