Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridGroup.Item[Int32] Property

Provides indexed access to the fields in the group.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public PivotGridField this[int index] { get; }

#Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the required field. If it’s negative or exceeds the maximum available index, an exception is raised.

#Property Value

Type Description
PivotGridField

A PivotGridField object which represents the field in the group.

#Remarks

Groups hold their fields within the PivotGridGroup.GroupFields collection. The Item property allows individual fields to be accessed using index notation.

See Also