IThreadSafeField.GroupIntervalNumericRange Property
Gets the length of intervals when values are grouped together.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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