Skip to main content

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.v23.2.Core.dll

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

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