ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewItems - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewItems

    Inheritance
    System.Object
    EJTagHelper
    TreeViewItems
    TreeViewFields
    TreeViewChildDataFields
    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 TreeViewItems : EJTagHelper

    Constructors

    TreeViewItems()

    Declaration
    public TreeViewItems()

    Properties

    DataSource

    Declaration
    [HtmlAttributeName("datasource")]
    [JsonConverter(typeof(DataManagerConverter))]
    [JsonProperty("dataSource")]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    Expanded

    Declaration
    [JsonProperty("expanded")]
    public string Expanded { get; set; }
    Property Value
    Type Description
    System.String

    HasChild

    Declaration
    [JsonProperty("hasChild")]
    public string HasChild { get; set; }
    Property Value
    Type Description
    System.String

    HtmlAttribute

    Declaration
    [JsonProperty("htmlAttribute")]
    public string HtmlAttribute { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    ImageAttribute

    Declaration
    [JsonProperty("imageAttribute")]
    public string ImageAttribute { get; set; }
    Property Value
    Type Description
    System.String

    ImageUrl

    Declaration
    [JsonProperty("imageUrl")]
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    IsChecked

    Declaration
    [JsonProperty("isChecked")]
    public string IsChecked { get; set; }
    Property Value
    Type Description
    System.String

    LinkAttribute

    Declaration
    [JsonProperty("linkAttribute")]
    public string LinkAttribute { get; set; }
    Property Value
    Type Description
    System.String

    ParentId

    Declaration
    [JsonProperty("parentId")]
    public string ParentId { get; set; }
    Property Value
    Type Description
    System.String

    Query

    Declaration
    [JsonConverter(typeof(QueryConverter))]
    [JsonProperty("query")]
    public string Query { get; set; }
    Property Value
    Type Description
    System.String

    Selected

    Declaration
    [JsonProperty("selected")]
    public string Selected { get; set; }
    Property Value
    Type Description
    System.String

    SpriteCssClass

    Declaration
    [JsonProperty("spriteCssClass")]
    public string SpriteCssClass { get; set; }
    Property Value
    Type Description
    System.String

    TableName

    Declaration
    [JsonProperty("tableName")]
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeDataSource()

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