Skip to main content

DataSourceColumnBinding.GroupIntervalNumericRange Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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