Skip to main content
Row

PivotFieldCollection.Contains(PivotField) Method

Determines whether the collection contains the specified field.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    PivotField field
)

Parameters

Name Type Description
field PivotField

A PivotField object to locate in the collection.

Returns

Type Description
Boolean

true, if the collection contains the specified field; otherwise, false.

See Also