Skip to main content

PivotGridCustomTotalCollection.Add(PivotGridCustomTotalCollection) Method

In This Article

Copies items from the specified custom totals collection.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public void Add(
    PivotGridCustomTotalCollection collection
)

#Parameters

Name Type Description
collection PivotGridCustomTotalCollection

A PivotGridCustomTotalCollection object representing the collection of custom totals.

See Also