Class DrillStartEventArgs
Specifies the event arguments for the drill down start event of TreeMap.
Inherited Members
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class DrillStartEventArgs : ItemGroupEventArgs
Constructors
DrillStartEventArgs()
Declaration
public DrillStartEventArgs()
Properties
RightClick
Gets or sets a value indicating whether it is a right-click action.
Declaration
public bool RightClick { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|