ClassKendoTreeNode
KendoTreeNode control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoTreeNode : KendoUIControlBase
Inheritance: objectControlHtmlControlKendoUIControlBaseKendoTreeNode
Inherited Members
Constructors
KendoTreeNode()
Initializes a new instance of the KendoMenuItem class.
Declaration
public KendoTreeNode()
KendoTreeNode(Element)
Initializes a new instance of the KendoTreeView class.
Properties
ChildNodesCount
Get child node count.
Disabled
Returns 'true' if the Node is disabled. Otherwise 'false'.
Declaration
public bool Disabled { get; }
Property Value
Whether the Node is disabled
Expanded
Returns 'true' if the Node is expanded. Otherwise 'false'.
Declaration
public bool Expanded { get; }
Property Value
Whether the Node is expanded
IsRoot
Returns 'true' if the Node is expandable. Otherwise 'false'.
Declaration
public bool IsRoot { get; }
Property Value
Whether the Node is expandable
NodeIndex
Returns the index of the current node.
NodeName
Get node name.
ParentTree
Returns the parent TreeView
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides