IThreadSafeAccessible.Groups Property
In This Article
Provides thread safe access to a pivot grid group collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
IThreadSafeGroupCollection Groups { get; }
#Property Value
Type | Description |
---|---|
IThread |
An object that implements the IThread |
#Remarks
Use indexed notation to obtain individual groups.
To access a collection of fields, use the IThreadSafeAccessible.Fields property.
See Also