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
GrandTotal
The group has aggregated values for all other groups.
Declaration
public const GroupType GrandTotal
Field Value
Subheading
The group contains other groups. Aggregate values may or may not be available.
Declaration
public const GroupType Subheading
Field Value
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
value__
Declaration
public int value__
Field Value
System.
|