Back to Devexpress

PivotGridGroup.Contains(PivotGridFieldBase) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroup-dot-contains-x28-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-x29.md

latest1.8 KB
Original Source

PivotGridGroup.Contains(PivotGridFieldBase) Method

Indicates whether the current group contains the specified field.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public bool Contains(
    PivotGridFieldBase field
)
vb
Public Function Contains(
    field As PivotGridFieldBase
) As Boolean

Parameters

NameTypeDescription
fieldPivotGridFieldBase

A PivotGridFieldBase descendant which represents the field to locate in the group.

|

Returns

TypeDescription
Boolean

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

|

See Also

IndexOf(PivotGridFieldBase)

PivotGridGroup Class

PivotGridGroup Members

DevExpress.XtraPivotGrid Namespace