Class TreeViewBaseItem
Inheritance
System.Object
TreeViewBaseItem
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeViewBaseItem : EJTagHelper
Constructors
TreeViewBaseItem()
Specifies the Treeview which contains its properties and methods
Declaration
public TreeViewBaseItem()
Properties
Checked
Declaration
public bool? Checked { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ChildItems
Declaration
public List<TreeViewBaseItem> ChildItems { get; set; }
Property Value
ContentTemplate
Declaration
public MvcTemplate<TreeViewBaseItem> ContentTemplate { get; set; }
Property Value
Expanded
Declaration
public bool? Expanded { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
HtmlAttributes
Declaration
public IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
LinkAttribute
Declaration
public IDictionary<string, object> LinkAttribute { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Selected
Declaration
public bool? Selected { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeTreeViewBaseItem()
Declaration
public bool ShouldSerializeTreeViewBaseItem()
Returns
Type |
Description |
System.Boolean |
|