ClassKendoTreeView
KendoTreeview control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoTreeView : KendoUIContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoUIContainerControlBaseKendoTreeView
Inherited Members
Constructors
KendoTreeView()
Initializes a new instance of the KendoTReeView class.
Declaration
public KendoTreeView()
KendoTreeView(Element)
Initializes a new instance of the KendoTreeView class.
Properties
AllNodes
Collection containing the sub Menu items of the Menu.
Declaration
public IList<KendoTreeNode> AllNodes { get; }
Property Value
ClientSideLocator
Gets the client-side code that defines the KendoTreeView.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
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