corelibraries-devexpress-dot-xtrapivotgrid-ae889ccb.md
Provides thread-safe access to a field group.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public interface IThreadSafeGroup
Public Interface IThreadSafeGroup
The following members return IThreadSafeGroup objects:
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