Class MeasureEditor
Displays the collection of measures in the current report.
Inheritance
System.Object
MeasureEditor
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class MeasureEditor : Control, IDisposable
Constructors
MeasureEditor()
Initializes a new instance of the MeasureEditor class.
Declaration
public MeasureEditor()
MeasureEditor(SplitButton, ObservableCollection<MetaTreeNode>)
Initializes a new instance of the MeasureEditor class.
Declaration
public MeasureEditor(SplitButton host, ObservableCollection<MetaTreeNode> metaTreeNodes)
Parameters
Type | Name | Description |
---|---|---|
SplitButton | host | The split button that hosts the measure editor. |
System.Collections.ObjectModel.ObservableCollection<MetaTreeNode> | metaTreeNodes | The collection of nodes available in the measure editor. |
Properties
Host
Gets or sets the split button that hosts the measure editor.
Declaration
public SplitButton Host { get; set; }
Property Value
Type |
---|
SplitButton |
MetaTreeNodes
Gets or sets the collection of nodes available in the measure editor.
Declaration
public ObservableCollection<MetaTreeNode> MetaTreeNodes { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<MetaTreeNode> |
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