Class KendoTab
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 KendoTab : KendoUIControlBaseConstructors
KendoTab()
Declaration
public KendoTab()KendoTab(Element)
Properties
Selected
Declaration
public bool Selected { get; }Property Value
| System.Boolean 
 | 
TabIndex
Declaration
public int TabIndex { get; }Property Value
| System.Int32 
 | 
TabTitle
Declaration
public string TabTitle { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
Disabled()
Declaration
public bool Disabled()Returns
| System.Boolean 
 | 
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
Select()
Declaration
public void Select()