Skip to main content
A newer version of this page is available. .

PivotGridGroupCollection.Contains(PivotGridGroup) Method

Indicates whether the current collection contains the specified group.

Namespace: DevExpress.XtraPivotGrid

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

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