PivotFilterCollection.Contains(PivotFilter) Method
Determines whether the collection contains the specified filter.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| filter | PivotFilter | A PivotFilter object to search for. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the collection contains the specified filter; otherwise, false. |
See Also