Enum GroupType
Possible IGroup types.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public enum GroupType
BottomLevel
The group has no children and usually an aggregate value is available for it.
GrandTotal
The group has aggregated values for all other groups.
Subheading
The group contains other groups. Aggregate values may or may not be available.
Subtotal
The group contains no subgroups. The aggregate values for this groups parent could be retrieved using this group.