Skip to main content

IThreadSafeGroup Interface

Provides thread-safe access to a field group.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public interface IThreadSafeGroup

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