Skip to main content

PivotGroupFilterValuesCollection.Remove(PivotGroupFilterValue) Method

Removes the specified filter value from the collection.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public void Remove(
    PivotGroupFilterValue value
)

Parameters

Name Type Description
value PivotGroupFilterValue

A PivotGroupFilterValue object representing the filter value that should be removed from the collection.

Remarks

To remove all filter values from the collection, use the PivotGroupFilterValuesCollection.Clear method.

See Also