Class KendoTreeView
Inheritance
System.Object
    
    
    
    
    KendoTreeView
  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 KendoTreeView : KendoUIContainerControlBaseConstructors
KendoTreeView()
Declaration
public KendoTreeView()KendoTreeView(Element)
Properties
AllNodes
Declaration
public IList<KendoTreeNode> AllNodes { get; }Property Value
| System.Collections.Generic.IList<KendoTreeNode> 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
RootNodes
Declaration
public int RootNodes { get; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()