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

PivotGridGroup.Contains(PivotGridField) Method

Indicates whether the current group contains the specified field.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public bool Contains(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object 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