Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemRenderingEventArgs

    Show / Hide Table of Contents

    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 Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved