Class TreeViewDefaults
Inheritance
System.Object
TreeViewDefaults
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 TreeViewDefaults
Constructors
TreeViewDefaults()
Declaration
public TreeViewDefaults()
Fields
DefaultCSSLink
Declaration
public const string DefaultCSSLink = "treeview_default.css"
Field Value
Type | Description |
---|---|
System.String |
Properties
Checked
Specify the status for the checkbox selected or not.
Declaration
public string Checked { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Disabled
masking the opearation on disabled node
Declaration
public string Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Expanded
Specify whether node os expanded or not
Declaration
public string Expanded { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowCheckbox
Shows the checkbox in the treeview
Declaration
public string ShowCheckbox { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Represents the TreeView UI
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tooltip
The string used to provide short description about property
Declaration
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Value of item which is rendered to internally item's HTML.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |