PivotGridGroupCollection.Contains(PivotGridFieldBase) Method
Indicates whether the current collection contains the group which owns the specified field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.2.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| field | PivotGridFieldBase | A PivotGridFieldBase descendant which represents the field. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the collection contains the group which owns the specified field; otherwise, false. |
See Also