Skip to main content

PivotGridCustomTotalCollectionBase.Remove(PivotGridCustomTotalBase) Method

Removes the specified custom total from the collection.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public void Remove(
    PivotGridCustomTotalBase customTotal
)

Parameters

Name Type Description
customTotal PivotGridCustomTotalBase

A PivotGridCustomTotalBase descendant which represents the custom total to remove from the collection.

See Also