Class GroupType
Possible IGroup types.
Inheritance
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class GroupType : Enum
Fields
BottomLevel
The group has no children and usually an aggregate value is available for it.
Declaration
public const GroupType BottomLevel
Field Value
GroupType
|
GrandTotal
The group has aggregated values for all other groups.
Declaration
public const GroupType GrandTotal
Field Value
GroupType
|
Subheading
The group contains other groups. Aggregate values may or may not be available.
Declaration
public const GroupType Subheading
Field Value
GroupType
|
Subtotal
The group contains no subgroups. The aggregate values for this groups parent could be retrieved using this group.
Declaration
public const GroupType Subtotal
Field Value
GroupType
|
value__
Declaration
public int value__
Field Value
System.Int32
|