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