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

PivotGridGroup.IndexOf(PivotGridField) Method

Returns the specified field’s position within the group.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public int IndexOf(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object which represents the field to be located.

Returns

Type Description
Int32

An integer value specifying the field’s position within the group. -1 if the group doesn’t contain the specified field.

See Also