Skip to main content

PivotGridCustomTotalCollectionBase.Add(PivotGridCustomTotalBase) Method

Adds the specified custom total to the collection.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public void Add(
    PivotGridCustomTotalBase customTotal
)

Parameters

Name Type Description
customTotal PivotGridCustomTotalBase

A PivotGridCustomTotalBase descendant which represents the custom total to add to the collection.

See Also