Class MemberEditor
Interaction logic for MemberEditor.xaml
Implements
System.IDisposable
System.Windows.Markup.IComponentConnector
Inherited Members
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class MemberEditor : ChromelessWindow, IDisposable, IComponentConnector
Constructors
MemberEditor(SplitButton, ObservableCollection<MetaTreeNode>)
Initializes a new instance of the MemberEditor class.
Declaration
public MemberEditor(SplitButton host, ObservableCollection<MetaTreeNode> metaTreeNodes)
Parameters
Type | Name | Description |
---|---|---|
SplitButton | host | The host. |
System.Collections.ObjectModel.ObservableCollection<MetaTreeNode> | metaTreeNodes | The MetaTreeNodes. |
Fields
PopupTitleProperty
Popup Title Dependency Property Implementation
Declaration
public static readonly DependencyProperty PopupTitleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Host
Gets or sets the host.
Declaration
public SplitButton Host { get; set; }
Property Value
Type | Description |
---|---|
SplitButton | The host. |
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. |
PopupTitle
Gets or sets the popup title.
Declaration
public string PopupTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The popup title. |
Methods
Dispose()
Disposes the managed resources and free up the memory used.
Declaration
public void Dispose()
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.IDisposable
System.Windows.Markup.IComponentConnector