Class ItemRenderingEventArgs
Specifies the event arguments for the item rendering event in TreeMap.
Inherited Members
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 |
|---|---|
| IDictionary<string, 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 |
|---|---|
| string | A string representing the header text. |