Class CalculationField
Class used to create custom summary dynamically at runtime.
Inheritance
System.Object
CalculationField
Implements
System.Windows.Markup.IComponentConnector
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class CalculationField : Window, IComponentConnector
Constructors
CalculationField(PivotGridControl, ListBox)
Initializes a new instance of the CalculationField class.
Declaration
public CalculationField(PivotGridControl gridControl, ListBox dragSource)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | gridControl | The PivotGrid. |
System.Windows.Controls.ListBox | dragSource | The list box holding items that can be dragged. |
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. |
Implements
System.Windows.Markup.IComponentConnector