menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeViewBaseItem

    Inheritance
    System.Object
    EJTagHelper
    TreeViewBaseItem
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TreeViewBaseItem : EJTagHelper

    Constructors

    TreeViewBaseItem()

    Specifies the Treeview which contains its properties and methods

    Declaration
    public TreeViewBaseItem()

    Properties

    Checked

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

    ChildItems

    Declaration
    public List<TreeViewBaseItem> ChildItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeViewBaseItem>

    ContentTemplate

    Declaration
    public MvcTemplate<TreeViewBaseItem> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<TreeViewBaseItem>

    Expanded

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

    HtmlAttributes

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

    Id

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

    LinkAttribute

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

    Selected

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

    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