Skip to main content

IThreadSafeField.Group Property

Gets the group which owns the current field.

Namespace: DevExpress.XtraPivotGrid

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

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

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