PivotGridGroup.Contains(PivotGridFieldBase) Method
Indicates whether the current group contains the specified field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | PivotGridFieldBase | A PivotGridFieldBase descendant 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