Skip to main content

PivotGridCustomTotalCollection.Add(PivotGridCustomTotalCollection) Method

Copies items from the specified custom totals collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public void Add(
    PivotGridCustomTotalCollection collection
)

Parameters

Name Type Description
collection PivotGridCustomTotalCollection

A PivotGridCustomTotalCollection object representing the collection of custom totals.

See Also