Class GetChildMembersEventArgs
Provides data for the GetChildMembers event.
Inheritance
System.Object
GetChildMembersEventArgs
Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class GetChildMembersEventArgs : EventArgs
Constructors
GetChildMembersEventArgs()
Declaration
public GetChildMembersEventArgs()
Properties
CubeName
Gets or sets the name of the cube.
Declaration
public string CubeName { get; set; }
Property Value
Type |
---|
System.String |
LevelName
Gets or sets the name of the level.
Declaration
public string LevelName { get; set; }
Property Value
Type |
---|
System.String |