Enum
CalculationType

Enumerates possible additional calculations applied as TotalFormats.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public enum CalculationType

Fields

DifferenceFrom

Represents a DifferenceFrom TotalFormat.

Declaration

cs-api-definition
DifferenceFrom = 8

Field Value

CalculationType

Index

Represents a Index TotalFormat.

Declaration

cs-api-definition
Index = 14

Field Value

CalculationType

NoCalculation

Represents no TotalFormat.

Declaration

cs-api-definition
NoCalculation = 0

Field Value

CalculationType

PercentDifferenceFrom

Represents a PercentDifferenceFrom TotalFormat.

Declaration

cs-api-definition
PercentDifferenceFrom = 9

Field Value

CalculationType

PercentOf

Represents a PercentOf TotalFormat.

Declaration

cs-api-definition
PercentOf = 4

Field Value

CalculationType

PercentOfColumnTotal

Represents a PercentOfColumnTotal TotalFormat.

Declaration

cs-api-definition
PercentOfColumnTotal = 2

Field Value

CalculationType

PercentOfGrandTotal

Represents a PercentOfGrandTotal TotalFormat.

Declaration

cs-api-definition
PercentOfGrandTotal = 1

Field Value

CalculationType

PercentOfParentColumnTotal

Represents a PercentOfParentColumnTotal TotalFormat.

Declaration

cs-api-definition
PercentOfParentColumnTotal = 6

Field Value

CalculationType

PercentOfParentRowTotal

Represents a PercentOfParentRowTotal TotalFormat.

Declaration

cs-api-definition
PercentOfParentRowTotal = 5

Field Value

CalculationType

PercentOfParentTotal

Represents a PercentOfParentTotal TotalFormat.

Declaration

cs-api-definition
PercentOfParentTotal = 7

Field Value

CalculationType

PercentOfRowTotal

Represents a PercentOfRowTotal TotalFormat.

Declaration

cs-api-definition
PercentOfRowTotal = 3

Field Value

CalculationType

PercentRunningTotalIn

Represents a PercentRunningTotalIn TotalFormat.

Declaration

cs-api-definition
PercentRunningTotalIn = 11

Field Value

CalculationType

RankLargestToSmallest

Represents a RankLargestToSmallest TotalFormat.

Declaration

cs-api-definition
RankLargestToSmallest = 13

Field Value

CalculationType

RankSmallestToLargest

Represents a RankSmallestToLargest TotalFormat.

Declaration

cs-api-definition
RankSmallestToLargest = 12

Field Value

CalculationType

RunningTotalIn

Represents a RunningTotalIn TotalFormat.

Declaration

cs-api-definition
RunningTotalIn = 10

Field Value

CalculationType