Back to Devexpress

PivotGridGroupCollection.Item[Int32] Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroupcollection-dot-item-x28-system-dot-int32-x29.md

latest1.9 KB
Original Source

PivotGridGroupCollection.Item[Int32] Property

Provides indexed access to the groups in the collection.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Parameters

NameTypeDescription
indexInt32

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

|

Property Value

TypeDescription
PivotGridGroup

A PivotGridGroup object which represents the group in the collection.

|

Remarks

The XtraPivotGrid holds its groups within the PivotGridControl.Groups collection. The Item property allows individual groups to be accessed using index notation.

See Also

PivotGridGroupCollection Class

PivotGridGroupCollection Members

DevExpress.XtraPivotGrid Namespace