Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemClickEventArgs

    Show / Hide Table of Contents

    Class ItemClickEventArgs

    Defines the event arguments for treemap item click event.

    Inheritance
    System.Object
    Syncfusion.Blazor.TreeMap.BaseEventArgs
    Syncfusion.Blazor.TreeMap.ItemGroupEventArgs
    ItemClickEventArgs
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ItemClickEventArgs : ItemGroupEventArgs

    Constructors

    ItemClickEventArgs()

    Declaration
    public ItemClickEventArgs()

    Properties

    Text

    Defines the header name of the current treemap item.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved