Back to Devexpress

PivotGridGroup.Item[Int32] Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridgroup-dot-item-x28-system-dot-int32-x29.md

latest1.7 KB
Original Source

PivotGridGroup.Item[Int32] Property

Provides indexed access to the fields in the group.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotGridField this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As PivotGridField

Parameters

NameTypeDescription
indexInt32

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

TypeDescription
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

GroupFields

PivotGridGroup Class

PivotGridGroup Members

DevExpress.Xpf.PivotGrid Namespace