Skip to main content

PivotGridGroup.Contains(PivotGridField) Method

Indicates whether the current group contains the specified field.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

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