Class CalculatedField
Class used to create custom summary dynamically at runtime.
Inheritance
System.Object
CalculatedField
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class CalculatedField : Control, IDisposable
Constructors
CalculatedField(Style, SfPivotClient)
Initializes a new instance of the CalculatedField class.
Declaration
public CalculatedField(Style style, SfPivotClient clientControl)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Style | style | The style. |
SfPivotClient | clientControl | The Pivot Client. |
Fields
ClientControlProperty
Identifies the Syncfusion.Windows.Controls.PivotGrid.PivotValueChooser.ClientControl dependency property.
Declaration
public static DependencyProperty ClientControlProperty
Field Value
Type | Description |
---|---|
Windows.UI.Xaml.DependencyProperty | The identifier for the Syncfusion.Windows.Controls.PivotGrid.PivotValueChooser.ClientControl dependency property. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e |
Implements
System.IDisposable