Class DrillStartEventArgs
Specifies the event arguments for the drill down start event of treemap.
Inheritance
System.Object
Syncfusion.Blazor.TreeMap.BaseEventArgs
Syncfusion.Blazor.TreeMap.ItemGroupEventArgs
DrillStartEventArgs
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class DrillStartEventArgs : ItemGroupEventArgs
Constructors
DrillStartEventArgs()
Declaration
public DrillStartEventArgs()
Properties
RightClick
Returns a boolean value whether it is right click or not.
Declaration
public bool RightClick { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|