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

PivotGroupFilterValuesCollection.Remove(Object) Method

Removes the filter value that corresponds to the specified field value.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public void Remove(
    object value
)

Parameters

Name Type Description
value Object

An object representing the field value to which the filter value that should be removed corresponds.

Remarks

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

See Also