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

IThreadSafeGroupCollection Interface

Provides thread-safe access to the field groups collection.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public interface IThreadSafeGroupCollection

The following members return IThreadSafeGroupCollection objects:

Library Related API Members
Cross-Platform Class Library IThreadSafeAccessible.Groups
WinForms Controls PivotCustomDrawBaseThreadSafeEventArgs.Groups

Remarks

Objects that implement the IThreadSafeGroupCollection interface provide thread-safe read-only access to the group collection. These objects are returned by properties and methods used to retrieve pivot grid data from another thread. For more information, see Asynchronous Mode.

Use indexed notation to access individual groups. To obtain the number of groups in the collection, use the IThreadSafeGroupCollection.Count property.

The IThreadSafeGroupCollection collection stores objects that implement the IThreadSafeGroup interface. They provide thread-safe read-only access to basic settings of individual groups. To learn more, see IThreadSafeGroup.

See Also