Skip to main content

PivotGridCustomTotalCollectionBase.Add(PivotGridCustomTotalCollectionBase) Method

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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