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.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeginDrillThroughEventArgs
Constructors
BeginDrillThroughEventArgs()
Declaration
public BeginDrillThroughEventArgs()
Properties
CellInfo
Defines the current cell clicked information.
Declaration
[JsonPropertyName("cellInfo")]
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
[JsonPropertyName("gridObj")]
public SfGrid<ExpandoObject> GridObj { get; set; }
Property Value
| Type |
|---|
| SfGrid<ExpandoObject> |
Type
Defines the current event type.
Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |