PivotCalculatedFieldCollection.Contains(PivotField) Method
Determines whether the collection contains the specified field.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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