IThreadSafeGroup Interface
Provides thread-safe access to a field group.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Related API Members
The following members return IThreadSafeGroup objects:
Remarks
Objects that implement the IThreadSafeGroup interface provide thread-safe read-only access to individual groups. These objects are returned by properties and methods used to retrieve pivot grid data from another thread. For more information, see Asynchronous Mode.
The IThreadSafeGroup interface exposes members that allow you to obtain basic group settings. To learn more about groups, see Field Groups and PivotGridGroup.
See Also