Skip to main content

GroupFilterValuesCollection.Remove(GroupFilterValue) Method

Removes the specified filter value from the collection.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public void Remove(
    GroupFilterValue value
)

Parameters

Name Type Description
value GroupFilterValue

A GroupFilterValue 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