Class MeasureGroupsChangedEventArgs
Provides event data for the MeasureGroupsChangedEventArgs event.
Inheritance
System.Object
MeasureGroupsChangedEventArgs
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class MeasureGroupsChangedEventArgs : EventArgs
Constructors
MeasureGroupsChangedEventArgs()
Declaration
public MeasureGroupsChangedEventArgs()
Properties
CurrentReport
Gets the current OLAP report.
Declaration
public OlapReport CurrentReport { get; }
Property Value
Type |
---|
OlapReport |