Class TreeViewDesigner.treeviewData
Inheritance
System.Object
TreeViewDesigner.treeviewData
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 treeviewData
Constructors
treeviewData()
Declaration
public treeviewData()
treeviewData(Int32, String, String, Boolean)
Declaration
public treeviewData(int i, string txt, string pid, bool expand)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | |
System.String | txt | |
System.String | pid | |
System.Boolean | expand |
Properties
expanded
Declaration
public bool expanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
id
Declaration
public int id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
parentId
Declaration
public string parentId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
text
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
getChildData(Int32)
Declaration
public List<TreeViewDesigner.treeviewData> getChildData(int pid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pid |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<TreeViewDesigner.treeviewData> |
getData(Int32)
Declaration
public List<TreeViewDesigner.treeviewData> getData(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<TreeViewDesigner.treeviewData> |