Back to Devexpress

TcxPivotGridField.GroupIntervalRange Property

vcl-cxcustompivotgrid-dot-tcxpivotgridfield-6581c0e7.md

latest1.6 KB
Original Source

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

TypeDefault
IntegercxPivotGridDefaultGroupIntervalRange

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

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridField Class

TcxPivotGridField Members

cxCustomPivotGrid Unit