Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotFieldGroupingInfo.GroupBy Property

Gets the grouping type.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

PivotFieldGroupByType GroupBy { get; }

Property Value

Type Description
PivotFieldGroupByType

A PivotFieldGroupByType enumeration member.

Remarks

If the date grouping is performed on several time intervals, the GroupBy returns the type related to the smallest time interval. That is, when a field is grouped by quarters and months, the PivotFieldGroupByType.Months value is returned.

See Also