Back to Devexpress

IThreadSafeGroup Interface

corelibraries-devexpress-dot-xtrapivotgrid-ae889ccb.md

latest1.8 KB
Original Source

IThreadSafeGroup Interface

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

Declaration

csharp
public interface IThreadSafeGroup
vb
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

IThreadSafeGroup Members

DevExpress.XtraPivotGrid Namespace