Class KendoTabStrip
Inheritance
System.Object
    
    
    
    
    KendoTabStrip
  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 KendoTabStrip : KendoUIContainerControlBaseConstructors
KendoTabStrip()
Declaration
public KendoTabStrip()KendoTabStrip(Element)
Properties
AllTabs
Declaration
public IList<KendoTab> AllTabs { get; }Property Value
| System.Collections.Generic.IList<KendoTab> 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
Methods
AssignElement(Element)
FindItems(Predicate<KendoTab>)
Declaration
public IList<KendoTab> FindItems(Predicate<KendoTab> predicate)Parameters
| System.Predicate<KendoTab>
        predicate 
 | 
Returns
| System.Collections.Generic.IList<KendoTab> 
 | 
FindTab(Predicate<KendoTab>)
Declaration
public KendoTab FindTab(Predicate<KendoTab> predicate)Parameters
| System.Predicate<KendoTab>
        predicate 
 | 
Returns
| KendoTab 
 | 
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
SelectByIndex(Int32)
Declaration
public void SelectByIndex(int index)Parameters
| System.Int32
        index 
 |