Class DrillArgs<T>
The drill event arguments provide the necessary information about the pivot cell that performing drill operation.
Inheritance
System.Object
DrillArgs<T>
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class DrillArgs<T> : Object
Type Parameters
Name |
---|
T |
Constructors
DrillArgs()
Declaration
public DrillArgs()
Properties
Cancel
Defines an option to restrict the drill operation.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
DrillInfo
Defines the current cell drill information.
Declaration
public DrilledItem DrillInfo { get; set; }
Property Value
Type |
---|
DrilledItem |
Pivotview
Defines the pivot table instance.
Declaration
public SfPivotView<T> Pivotview { get; set; }
Property Value
Type |
---|
SfPivotView<T> |