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

PivotGridCustomTotalCollectionBase.Add(PivotGridCustomTotalCollectionBase) Method

Clones custom totals from the specified collection and adds them to the current collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public void Add(
    PivotGridCustomTotalCollectionBase customTotals
)

Parameters

Name Type Description
customTotals PivotGridCustomTotalCollectionBase

A PivotGridCustomTotalCollectionBase collection that stores custom totals whose copies will be added to the current collection.

See Also