menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeViewNode

    Inheritance
    System.Object
    TreeViewNode
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class TreeViewNode

    Constructors

    TreeViewNode()

    Declaration
    public TreeViewNode()

    Properties

    Checked

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

    Expanded

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

    HtmlAttributes

    Declaration
    public string HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Specifies the TreeView properties

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    ImageAttribute

    Declaration
    public string ImageAttribute { get; set; }
    Property Value
    Type Description
    System.String

    ImageUrl

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    linkAttribute

    Declaration
    public string linkAttribute { get; set; }
    Property Value
    Type Description
    System.String

    Nodes

    Specifies the Inner level properties

    Declaration
    public List<TreeViewNode> Nodes { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeViewNode>

    ParentId

    Declaration
    public string ParentId { get; set; }
    Property Value
    Type Description
    System.String

    Selected

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

    SpriteCssClass

    Declaration
    public string SpriteCssClass { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeTreeViewBaseItem()

    Declaration
    public bool ShouldSerializeTreeViewBaseItem()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved