Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotCalculatedFieldCollection.Contains(PivotField) Method

Determines whether the collection contains the specified field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool Contains(
    PivotField field
)

Parameters

Name Type Description
field PivotField

A PivotField object that specifies a calculated field to locate in the collection.

Returns

Type Description
Boolean

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

See Also