Skip to main content
A newer version of this page is available. .

PivotGridCustomTotalCollection.Add(PivotGridCustomTotalCollection) Method

Copies items from the specified custom totals collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.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