Class CalcMemberEditor
Represents a editor that allows to edit calculated members.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class CalcMemberEditor : Control, IDisposable
Constructors
CalcMemberEditor()
Initializes a new instance of the CalcMemberEditor class.
Declaration
public CalcMemberEditor()
CalcMemberEditor(SplitButton)
Initializes a new instance of the CalcMemberEditor class.
Declaration
public CalcMemberEditor(SplitButton host)
Parameters
Type | Name | Description |
---|---|---|
SplitButton | host | The split button that hosts the calculated member editor. |
Fields
OlapDataManagerProperty
Using a DependencyProperty as the backing store for OlapDataManager. This enables animation, styling, binding, etc...
Declaration
public static DependencyProperty OlapDataManagerProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
OlapDataManager
Gets or sets the OLAP data manager.
Declaration
public OlapDataManager OlapDataManager { get; set; }
Property Value
Type |
---|
OlapDataManager |
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()
OnPointerMoved(PointerRoutedEventArgs)
Called before the Windows.UI.Xaml.UIElement.PointerMoved event occurs.
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Event data for the event. |
OnPointerReleased(PointerRoutedEventArgs)
Called before the Windows.UI.Xaml.UIElement.PointerReleased event occurs.
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Event data for the event. |