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 | Accepts the string value. |