Back to Devexpress

IThreadSafeGroupCollection Interface

corelibraries-devexpress-dot-xtrapivotgrid-7608cf24.md

latest2.3 KB
Original Source

IThreadSafeGroupCollection Interface

Provides thread-safe access to the field groups collection.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public interface IThreadSafeGroupCollection
vb
Public Interface IThreadSafeGroupCollection

The following members return IThreadSafeGroupCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryIThreadSafeAccessible.Groups
WinForms ControlsPivotCustomDrawBaseThreadSafeEventArgs.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

IThreadSafeGroupCollection Members

DevExpress.XtraPivotGrid Namespace