Skip to main content

PivotCustomDrawBaseThreadSafeEventArgs.Groups Property

Provides thread safe access to a pivot grid group collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public IThreadSafeGroupCollection Groups { get; }

Property Value

Type Description
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 PivotCustomDrawBaseThreadSafeEventArgs.Fields property.

See Also