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

IThreadSafeField.GroupIntervalNumericRange Property

Gets the length of intervals when values are grouped together.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

int GroupIntervalNumericRange { get; }

Property Value

Type Description
Int32

An integer value that specifies the length of intervals when values are grouped together.

Remarks

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

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

See Also