PivotGridGroup.Contains(PivotGridField) Method
Indicates whether the current group contains the specified field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.2.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 |
|
See Also