Class AxisElementBuilder.EditorOpeningEventArgs
Event argument shown while opening Measure/Member Editor.
Inheritance
System.Object
System.EventArgs
AxisElementBuilder.EditorOpeningEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class EditorOpeningEventArgs : EventArgs
Constructors
EditorOpeningEventArgs()
Declaration
public EditorOpeningEventArgs()
Properties
Axis
Gets the axis name where SplitButton is present.
Declaration
public string Axis { get; }
Property Value
Type |
---|
System.String |
Node
Gets or sets the MetaTreeNode.
Declaration
public MetaTreeNode Node { get; set; }
Property Value
Type |
---|
MetaTreeNode |
NodeType
Gets the MetaTreeNodeType.
Declaration
public MetaTreeNodeType NodeType { get; }
Property Value
Type |
---|
MetaTreeNodeType |