IThreadSafeGroup.Index Property
In This Article
Gets the group’s position within the collection that owns it.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#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