Class MdxDialog
Interaction logic for MdxDialog.xaml
Implements
System.Windows.Markup.IComponentConnector
  Inherited Members
Namespace: Syncfusion.Windows.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public class MdxDialog : ChromelessWindow, IComponentConnectorConstructors
MdxDialog(String)
Initializes a new instance of the MdxDialog class.
Declaration
public MdxDialog(string mdxQuery)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | mdxQuery | The mdx query. | 
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. | 
Overrides
Implements
      System.Windows.Markup.IComponentConnector