Class MeasureEditor
Interaction logic for MeasureEditor.xaml
Implements
System.Windows.Markup.IComponentConnector
System.Windows.Markup.IStyleConnector
Inherited Members
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class MeasureEditor : ChromelessWindow, IComponentConnector, IStyleConnector
Constructors
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 host. |
System.Collections.ObjectModel.ObservableCollection<MetaTreeNode> | metaTreeNodes | The MetaTreeNodes. |
Properties
Host
Gets or sets the host.
Declaration
public SplitButton Host { get; set; }
Property Value
Type | Description |
---|---|
SplitButton | The host. |
HostParent
Gets or sets the host parent of the measure editor.
Declaration
public AxisElementBuilder HostParent { get; set; }
Property Value
Type | Description |
---|---|
AxisElementBuilder | The host parent. |
MetaTreeNodes
Gets or sets the MetaTreeNode collection.
Declaration
public ObservableCollection<MetaTreeNode> MetaTreeNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<MetaTreeNode> | The MetaTreeNodes. |
RemovedMetaTreeNode
Gets or sets the removed MetaTreeNode.
Declaration
public MetaTreeNode RemovedMetaTreeNode { get; set; }
Property Value
Type | Description |
---|---|
MetaTreeNode | The removed MetaTreeNode. |
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
System.Windows.Markup.IStyleConnector