menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemRenderingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved