Back to Devexpress

IThreadSafeAccessible.Groups Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-ithreadsafeaccessible-d326d86a.md

latest1.7 KB
Original Source

IThreadSafeAccessible.Groups Property

Provides thread safe access to a pivot grid group collection.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
IThreadSafeGroupCollection Groups { get; }
vb
ReadOnly Property Groups As IThreadSafeGroupCollection

Property Value

TypeDescription
IThreadSafeGroupCollection

An object that implements the IThreadSafeGroupCollection interface. Provides thread safe read-only access to the collection of field groups.

|

Remarks

Use indexed notation to obtain individual groups.

To access a collection of fields, use the IThreadSafeAccessible.Fields property.

See Also

Fields

IThreadSafeAccessible Interface

IThreadSafeAccessible Members

DevExpress.XtraPivotGrid Namespace