Class TreeViewFields
Represents the TreeView UI element.
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeViewFields : TreeViewItems
Constructors
TreeViewFields()
Declaration
public TreeViewFields()
Properties
Child
Declaration
[JsonProperty("child")]
public TreeViewItems Child { get; set; }
Property Value
Type | Description |
---|---|
TreeViewItems |
Methods
ShouldSerializeChild()
Declaration
public bool ShouldSerializeChild()
Returns
Type | Description |
---|---|
System.Boolean |