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

IThreadSafeField.Group Property

Gets the group which owns the current field.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

IThreadSafeGroup Group { get; }

Property Value

Type Description
IThreadSafeGroup

An object that implements the IThreadSafeGroup interface. Specifies a group that owns the current field. null if the field does not belong to a group.

Remarks

The Group property provides thread-safe access to the field’s PivotGridFieldBase.Group property. To learn more, see PivotGridFieldBase.Group.

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

See Also