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