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

PivotGridCustomTotalCollectionBase.Add(PivotGridCustomTotalBase) Method

Adds the specified custom total to the collection.

Namespace: DevExpress.XtraPivotGrid

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

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