Class ComputationInfoWindow
This class holds the information required for calculations that appear in PivotGrid.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class ComputationInfoWindow : ChromelessWindow, IComponentConnector
Constructors
ComputationInfoWindow()
Initializes a new instance of the ComputationInfoWindow class.
Declaration
public ComputationInfoWindow()
ComputationInfoWindow(Object)
Initializes a new instance of the ComputationInfoWindow class.
Declaration
public ComputationInfoWindow(object context)
Parameters
Type | Name | Description |
---|---|---|
System.Object | context | The context. |
ComputationInfoWindow(Object, String[])
Initializes a new instance of the ComputationInfoWindow class.
Declaration
public ComputationInfoWindow(object context, string[] pivotRowAndColumns)
Parameters
Type | Name | Description |
---|---|---|
System.Object | context | The context. |
System.String[] | pivotRowAndColumns | The Pivot rows and columns. |
ComputationInfoWindow(Object, String[], List<Object>)
Initializes a new instance of the ComputationInfoWindow class.
Declaration
public ComputationInfoWindow(object context, string[] pivotRowAndColumns, List<object> pivotItems)
Parameters
Type | Name | Description |
---|---|---|
System.Object | context | The context. |
System.String[] | pivotRowAndColumns | The Pivot rows and columns. |
System.Collections.Generic.List<System.Object> | pivotItems | The list of PivotItems. |
ComputationInfoWindow(Object, String[], List<Object>, IPivotControl)
Initializes a new instance of the ComputationInfoWindow class.
Declaration
public ComputationInfoWindow(object context, string[] pivotRowAndColumns, List<object> pivotItems, IPivotControl pivotControl)
Parameters
Type | Name | Description |
---|---|---|
System.Object | context | The context. |
System.String[] | pivotRowAndColumns | The Pivot rows and columns. |
System.Collections.Generic.List<System.Object> | pivotItems | The list of PivotItems. |
IPivotControl | pivotControl | The instance of PivotGrid control |
Properties
ComputationInfo
Gets or sets the computation object.
Declaration
public PivotComputationInfo ComputationInfo { get; set; }
Property Value
Type |
---|
PivotComputationInfo |
ComputationInfoClone
Gets or sets the cloned computation object.
Declaration
public PivotComputationInfo ComputationInfoClone { get; set; }
Property Value
Type |
---|
PivotComputationInfo |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. |