Class MyCustomSummaryBase1
This class that defines the necessary functionality to do PivotCalculations. It derives from SummaryBase/>
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class MyCustomSummaryBase1 : SummaryBase
Constructors
MyCustomSummaryBase1()
Initializes the new instance of MyCustomSummaryBase1/>
Declaration
public MyCustomSummaryBase1()
Methods
Combine(Object)
This method is used to combine the objects.
Declaration
public override void Combine(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other | The object |
Overrides
CombineSummary(SummaryBase)
This method is used to combine the summary values of calculation item.
Declaration
public override void CombineSummary(SummaryBase other)
Parameters
Type | Name | Description |
---|---|---|
SummaryBase | other | The object. |
Overrides
GetInstance()
Returns the new instance of MyCustomSummaryBase1/>
Declaration
public override SummaryBase GetInstance()
Returns
Type |
---|
SummaryBase |
Overrides
GetResult()
Return the result value for given calculation item.
Declaration
public override object GetResult()
Returns
Type |
---|
System.Object |
Overrides
Reset()
Resets the calculated value.
Declaration
public override void Reset()