New to Telerik UI for WinFormsStart a free 30-day trial

Possible IGroup types.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public enum GroupType

Fields

The group has no children and usually an aggregate value is available for it.

C#
BottomLevel = 0

The group has aggregated values for all other groups.

C#
GrandTotal = 1

The group contains other groups. Aggregate values may or may not be available.

C#
Subheading = 2

The group contains no subgroups. The aggregate values for this groups parent could be retrieved using this group.

C#
Subtotal = 3