Skip to main content
All docs
V19.2
Tag

PivotGridFieldBase.IsGroupIntervalNumeric Property

Gets whether field values are grouped into numeric intervals as defined by the PivotGridFieldBase.GroupInterval property.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public bool IsGroupIntervalNumeric { get; }

Property Value

Type Description
Boolean

true if field values are grouped into numeric intervals; otherwise, false.

Remarks

The IsGroupIntervalNumeric property returns true if the PivotGridFieldBase.GroupInterval property is set to PivotGroupInterval.Numeric, PivotGroupInterval.YearAge, PivotGroupInterval.MonthAge, PivotGroupInterval.WeekAge or PivotGroupInterval.DayAge. In all other instances, it returns false.

This property supports the internal infrastructure and generally there is no need to use it directly from your code.

See Also