Class DrillThroughEventArgs
Provides event data for theSyncfusion.UI.Xaml.PivotClient.DrillThroughOccurred event.
Inheritance
System.Object
DrillThroughEventArgs
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class DrillThroughEventArgs : EventArgs
Constructors
DrillThroughEventArgs()
Declaration
public DrillThroughEventArgs()
Properties
DrillThroughGrid
Gets or sets the drill through data Grid.
Declaration
public SfCellGrid DrillThroughGrid { get; set; }
Property Value
Type |
---|
SfCellGrid |