Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class TreeItemRenderEventArgs

    Supplies information about a RadzenTree item render event that is being raised.

    Inheritance
    System.Object
    TreeItemRenderEventArgs
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class TreeItemRenderEventArgs : object

    Properties

    Attributes

    Gets or sets the item HTML attributes.

    Declaration
    public IDictionary<string, object> Attributes { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>

    Checked

    Gets or sets a value indicating whether this item is checked.

    Declaration
    public bool? Checked { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    true if expanded; otherwise, false.

    Data

    Gets child items.

    Declaration
    public IEnumerable Data { get; }
    Property Value
    Type Description
    IEnumerable

    Value

    Gets tree item.

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT