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

PivotGridGroupCollection.Contains(PivotGridFieldBase) Method

Indicates whether the current collection contains the group which owns the specified field.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool Contains(
    PivotGridFieldBase field
)

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase descendant which represents the field.

Returns

Type Description
Boolean

true if the collection contains the group which owns the specified field; otherwise, false.

See Also