Class KendoTreeNode
Inherited Members
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: Telerik.TestingFramework.Controls.KendoUI
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public class KendoTreeNode : KendoUIControlBase
Constructors
KendoTreeNode()
Declaration
public KendoTreeNode()
KendoTreeNode(Element)
Properties
ChildNodesCount
Declaration
public int ChildNodesCount { get; }
Property Value
System.Int32
|
Disabled
Declaration
public bool Disabled { get; }
Property Value
System.Boolean
|
Expanded
Declaration
public bool Expanded { get; }
Property Value
System.Boolean
|
IsRoot
Declaration
public bool IsRoot { get; }
Property Value
System.Boolean
|
NodeIndex
Declaration
public int NodeIndex { get; }
Property Value
System.Int32
|
NodeName
Declaration
public string NodeName { get; }
Property Value
System.String
|
ParentTree
Selected
Declaration
public bool Selected { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Collapse()
Declaration
public void Collapse()
CreateLocator()
Expand()
Declaration
public void Expand()
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
Select()
Declaration
public void Select()