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

DataSourceColumnBinding.GroupIntervalNumericRange Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public int GroupIntervalNumericRange { get; set; }

Property Value

Type Description
Int32

An integer that specifies the length of group intervals.

See Also