Class ItemRenderingEventArgs
Specifies the event arguments for the item rendering event in TreeMap.
Inheritance
System.Object
Syncfusion.Blazor.TreeMap.BaseEventArgs
ItemRenderingEventArgs
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class ItemRenderingEventArgs : BaseEventArgs
Constructors
ItemRenderingEventArgs()
Declaration
public ItemRenderingEventArgs()
Properties
CurrentItem
Gets or sets the current rendering item.
Declaration
public IDictionary<string, object> CurrentItem { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | A dictionary containing details of the current item. |
Text
Gets or sets the header text of the TreeMap item.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the header text. |