Skip to main content

IThreadSafeField.GroupIndex Property

Gets the index of the field group that owns the current field.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

int GroupIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the index of the group that owns the current field. -1 if the field does not belong to a field group.

Remarks

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

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

See Also