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

PivotGroupFilterValuesCollection.Remove(PivotGroupFilterValue) Method

Removes the specified filter value from the collection.

Namespace: DevExpress.XtraPivotGrid

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

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