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

DataSourceColumnBindingBase.GroupIntervalNumericRange Property

Gets or sets the length of group intervals for certain group types.

Namespace: DevExpress.PivotGrid.DataBinding

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

Declaration

[DefaultValue(10)]
public int GroupIntervalNumericRange { get; set; }

Property Value

Type Default Description
Int32 10

An integer that specifies the length of group intervals.

See Also