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

IThreadSafeGroupCollection.Item[Int32] Property

Provides indexed access to individual groups within the collection.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

IThreadSafeGroup this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer value that specifies the index of the required group.

Property Value

Type Description
IThreadSafeGroup

An object that implements the IThreadSafeGroup interface. Provides thread safe read-only access to basic group settings.

Remarks

To obtain the number of groups in the collection, use the IThreadSafeGroupCollection.Count property.

See Also