Class KendoAngularTabStripConstants
Inheritance
System.Object
    KendoAngularTabStripConstants
  Inherited Members
      System.Object.ToString()
    
    
      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.Angular.TabStrip
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public static class KendoAngularTabStripConstantsFields
CssActiveTab
Declaration
public const string CssActiveTab = "k-state-active"Field Value
| System.String 
 | 
CssActiveTabR32022
Declaration
public const string CssActiveTabR32022 = "k-active"Field Value
| System.String 
 | 
CssDisabledTab
Declaration
public const string CssDisabledTab = "k-state-disabled"Field Value
| System.String 
 | 
CssDisabledTabR32022
Declaration
public const string CssDisabledTabR32022 = "k-disabled"Field Value
| System.String 
 | 
CssTabLink
Declaration
public const string CssTabLink = "k-link"Field Value
| System.String 
 | 
TabElementFindExpression
Declaration
public const string TabElementFindExpression = "kendotabstriptab=+"Field Value
| System.String 
 | 
TabName
Declaration
public const string TabName = "KendoAngularTab"Field Value
| System.String 
 | 
TabStripElementFindExpression
Declaration
public const string TabStripElementFindExpression = "tagname=kendo-tabstrip"Field Value
| System.String 
 | 
TabStripName
Declaration
public const string TabStripName = "KendoAngularTabStrip"Field Value
| System.String 
 |