Class ItemRenderingEventArgs
Specifies the event arguments in 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
Defines the current rendering item.
Declaration
public IDictionary<string, object> CurrentItem { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Text
Defines the header text of the treemap item.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |