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

IThreadSafeGroup.Index Property

Gets the group’s position within the collection that owns it.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

int Index { get; }

Property Value

Type Description
Int32

A zero-based integer that specifies the group’s position within the collection that owns it. -1 if the group is not contained within a collection.

Remarks

The Index property provides thread-safe access to the group’s PivotGridGroup.Index property. To learn more, see PivotGridGroup.Index.

Use the Index property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also