Skip to main content
Row

PivotDataFieldCollection.Contains(PivotDataField) Method

Determines whether the collection contains the specified data field.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    PivotDataField field
)

Parameters

Name Type Description
field PivotDataField

A PivotDataField object to locate in the collection.

Returns

Type Description
Boolean

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

See Also