Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridField.GroupIntervalRange Property

Specifies the length of the intervals when values are grouped together.

#Declaration

Delphi
property GroupIntervalRange: Integer read; write; default cxPivotGridDefaultGroupIntervalRange;

#Property Value

Type Default
Integer cxPivotGridDefaultGroupIntervalRange

#Remarks

The values of column fields and row fields can be grouped into intervals. To set the required grouping mode, use the GroupInterval property.

The GroupIntervalRange property is in effect if the GroupInterval property is set to giNumeric, giYearAge, giMonthAge, giWeekAge, or giDayAge. In this mode, the GroupIntervalRange property determines the length of grouping intervals. The grouping value for each field value represents the group into which the value falls in.

The default value of the GroupIntervalRange property is specified by the cxPivotGridDefaultGroupIntervalRange constant.

See Also