corelibraries-devexpress-dot-xtrapivotgrid-7608cf24.md
Provides thread-safe access to the field groups collection.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public interface IThreadSafeGroupCollection
Public Interface IThreadSafeGroupCollection
The following members return IThreadSafeGroupCollection objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | IThreadSafeAccessible.Groups |
| WinForms Controls | PivotCustomDrawBaseThreadSafeEventArgs.Groups |
Objects that implement the IThreadSafeGroupCollection interface provide thread-safe read-only access to the group collection. These objects are returned by properties and methods used to retrieve pivot grid data from another thread. For more information, see Asynchronous Mode.
Use indexed notation to access individual groups. To obtain the number of groups in the collection, use the IThreadSafeGroupCollection.Count property.
The IThreadSafeGroupCollection collection stores objects that implement the IThreadSafeGroup interface. They provide thread-safe read-only access to basic settings of individual groups. To learn more, see IThreadSafeGroup.
See Also