Class KPIEditor
Represents a editor that allows to edit Virtual KPI elements.
Inheritance
System.Object
KPIEditor
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class KPIEditor : Control, IDisposable
Constructors
KPIEditor()
Initializes a new instance of the KPIEditor class
Declaration
public KPIEditor()
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()
Implements
System.IDisposable