Skip to main content

PivotGroupFilterValuesCollection.Remove(Object) Method

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

Namespace: DevExpress.XtraPivotGrid

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

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

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