PivotGridFieldCollectionBase.Contains(PivotGridFieldBase) Method
Indicates whether the collection contains the specified field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| field | PivotGridFieldBase | A PivotGridFieldBase object to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the collection contains the specified field; otherwise, false. |
See Also