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

PivotGroupFilterValuesCollection.ContainsValue(Object) Method

Returns whether the filter value that corresponds to the specified field value is contained in the collection.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool ContainsValue(
    object value
)

Parameters

Name Type Description
value Object

An object representing the field value.

Returns

Type Description
Boolean

true if the filter value that corresponds to the specified field value is contained in the collection; otherwise, false.

Remarks

To add a filter value to the collection, use the PivotGroupFilterValuesCollection.Add method.

See Also