Enum CalculationType
Enumerates possible additional calculations applied as TotalFormats.
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public enum CalculationType
DifferenceFrom
Represents a DifferenceFrom TotalFormat.
Index
Represents a Index TotalFormat.
NoCalculation
Represents no TotalFormat.
PercentDifferenceFrom
Represents a PercentDifferenceFrom TotalFormat.
PercentOf
Represents a PercentOf TotalFormat.
PercentOfColumnTotal
Represents a PercentOfColumnTotal TotalFormat.
PercentOfGrandTotal
Represents a PercentOfGrandTotal TotalFormat.
PercentOfParentColumnTotal
Represents a PercentOfParentColumnTotal TotalFormat.
PercentOfParentRowTotal
Represents a PercentOfParentRowTotal TotalFormat.
PercentOfParentTotal
Represents a PercentOfParentTotal TotalFormat.
PercentOfRowTotal
Represents a PercentOfRowTotal TotalFormat.
PercentRunningTotalIn
Represents a PercentRunningTotalIn TotalFormat.
RankLargestToSmallest
Represents a RankLargestToSmallest TotalFormat.
RankSmallestToLargest
Represents a RankSmallestToLargest TotalFormat.
RunningTotalIn
Represents a RunningTotalIn TotalFormat.