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.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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