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

GroupFilterValuesCollection.Remove(GroupFilterValue) Method

Removes the specified filter value from the collection.

Namespace: DevExpress.Xpf.PivotGrid

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

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