PivotGridCustomTotalCollection.Add(PivotGridCustomTotalCollection) Method
Copies items from the specified custom totals collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | PivotGridCustomTotalCollection | A PivotGridCustomTotalCollection object representing the collection of custom totals. |
See Also