Skip to main content
A newer version of this page is available. .

IThreadSafeGroup Interface

Provides thread-safe access to a field group.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v21.1.Core.dll

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public interface IThreadSafeGroup

The following members return IThreadSafeGroup objects:

Library Related API Members
Cross-Platform Class Library IThreadSafeField.Group
IThreadSafeGroupCollection.Item[Int32]
Silverlight Controls IThreadSafeField.Group

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