Class TelerikBlazorTabStrip
Inheritance
System.Object
    
    
    
    
    TelerikBlazorTabStrip
  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.TelerikUI.Blazor.TabStrip
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorTabStrip : TelerikBlazorContainerControlBaseConstructors
TelerikBlazorTabStrip()
Declaration
public TelerikBlazorTabStrip()TelerikBlazorTabStrip(Element)
Properties
AllTabs
Declaration
public IList<TelerikBlazorTab> AllTabs { get; }Property Value
| System.Collections.Generic.IList<TelerikBlazorTab> 
 | 
AllTabsCount
Declaration
public int AllTabsCount { get; }Property Value
| System.Int32 
 | 
DisabledTabsCount
Declaration
public int DisabledTabsCount { get; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
SelectByIndex(Int32)
Declaration
public void SelectByIndex(int index)Parameters
| System.Int32
        index 
 | 
SelectByText(String)
Declaration
public void SelectByText(string tabTitle)Parameters
| System.String
        tabTitle 
 |