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

PivotGridFieldFilterValues.Remove(Object) Method

Removes the specified element from the PivotGridFieldFilterValues.Values array.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public void Remove(
    object value
)

Parameters

Name Type Description
value Object

An object which represents the element to remove.

Remarks

Refer to the PivotGridFieldFilterValues topic for more information on the filter value collection.

See Also