PivotGridGroup.Contains(PivotGridField) Method
Indicates whether the current group contains the specified field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| field | PivotGridField | A PivotGridField object which represents the field to locate in the group. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the group contains the specified field; otherwise, false. |
See Also