Class GetChildrenByMDXEventArgs
Provides data for the GetChildrenByMDX event.
Inheritance
System.Object
    GetChildrenByMDXEventArgs
  Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class GetChildrenByMDXEventArgs : EventArgs
  Constructors
GetChildrenByMDXEventArgs()
Declaration
public GetChildrenByMDXEventArgs()
  Properties
Command
Gets or sets the MDX query.
Declaration
public string Command { get; set; }
  Property Value
| Type | 
|---|
| System.String |