RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
Possible IGroup types.

Namespace: Telerik.Web.UI.PivotGrid.Core
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.2.611.0 (2013.02.0611.0)

Syntax

C#
public enum GroupType
Visual Basic
Public Enumeration GroupType

Members

Member nameValueDescription
BottomLevel0 The group has no children and usually an aggregate value is available for it.
GrandTotal1 The group has aggregated values for all other groups.
Subheading2 The group contains other groups. Aggregate values may or may not be available.
Subtotal3 The group contains no subgroups. The aggregate values for this groups parent could be retrieved using this group.

See Also