Enum
GroupType

Possible IGroup types.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public enum GroupType

Fields

BottomLevel

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

Declaration

cs-api-definition
BottomLevel = 0

Field Value

GroupType

GrandTotal

The group has aggregated values for all other groups.

Declaration

cs-api-definition
GrandTotal = 1

Field Value

GroupType

Subheading

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

Declaration

cs-api-definition
Subheading = 2

Field Value

GroupType

Subtotal

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

Declaration

cs-api-definition
Subtotal = 3

Field Value

GroupType