menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrillStartEventArgs - API Reference

    Show / Hide Table of Contents

    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

    true, if the right click action is performed. Otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved