menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeViewBinding

    Specifes the fields and properties

    Inheritance
    System.Object
    TreeViewBinding
    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 TreeViewBinding

    Constructors

    TreeViewBinding()

    Declaration
    public TreeViewBinding()

    Properties

    DataMember

    Specifies the Data Member of the treeview data

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

    ExpandedField

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

    IdField

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

    NavigateUrlField

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

    SelectededField

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

    Text

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

    TextField

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

    ValueField

    Declaration
    public string ValueField { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved