Class CalcMemberEditor
Interaction logic for CalcMemberEditor.xaml
Implements
System.Windows.Markup.IComponentConnector
  Inherited Members
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class CalcMemberEditor : ChromelessWindow, IComponentConnectorConstructors
CalcMemberEditor(OlapDataManager)
Initializes a new instance of the CalcMemberEditor class.
Declaration
public CalcMemberEditor(OlapDataManager dataManager)Parameters
| Type | Name | Description | 
|---|---|---|
| OlapDataManager | dataManager | The data manager. | 
CalcMemberEditor(SplitButton)
Initializes a new instance of the CalcMemberEditor class.
Declaration
public CalcMemberEditor(SplitButton host)Parameters
| Type | Name | Description | 
|---|---|---|
| SplitButton | host | The host as SplitButton. | 
Properties
AutoExecute
To add, remove and move fields/elements in report level around without updating the cellset by again triggering it. Gets or sets whether the elements will automatically execute the query.
Declaration
public bool AutoExecute { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
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