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

IThreadSafeGroup.Fields Property

Provides access to the group’s field collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

IThreadSafeFieldCollection Fields { get; }

Property Value

Type Description
IThreadSafeFieldCollection

An object that implements the IThreadSafeFieldCollection interface. Provides thread safe read-only access to the collection of fields.

Remarks

The Fields property provides thread-safe access to the group’s PivotGridGroup.Fields property. To learn more, see PivotGridGroup.Fields.

Use the Fields property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also