Skip to main content
Row

PivotFilterCollection.Contains(PivotFilter) Method

Determines whether the collection contains the specified filter.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    PivotFilter filter
)

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