Class BeginDrillThroughEventArgs
The begin drill-through event arguments provide the necessary information about the cell clicked on the pivot table for drill-through and editing.
Inheritance
System.Object
BeginDrillThroughEventArgs
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeginDrillThroughEventArgs : Object
Constructors
BeginDrillThroughEventArgs()
Declaration
public BeginDrillThroughEventArgs()
Properties
CellInfo
Defines the current cell clicked information.
Declaration
public DrillThroughEventArgs CellInfo { get; set; }
Property Value
Type | Description |
---|---|
DrillThroughEventArgs | A DrillThroughEventArgs object that contains information about the cell that was clicked. |
GridObj
Defines the grid instance that used to customize the grid features such as grouping, filtering, sorting, etc., in the drill-through popup dialog.
Declaration
public SfGrid<ExpandoObject> GridObj { get; set; }
Property Value
Type |
---|
SfGrid<System.Dynamic.ExpandoObject> |
Type
Defines the current event type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |