Skip to main content

PivotGridGroupCollection.Contains(PivotGridGroup) Method

Indicates whether the current collection contains the specified group.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public bool Contains(
    PivotGridGroup fieldGroup
)

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