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

PivotCustomDrawBaseThreadSafeEventArgs.Groups Property

Provides thread safe access to a pivot grid group collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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