Class KendoTabStripConstants
Inheritance
System.Object
    KendoTabStripConstants
  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
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public static class KendoTabStripConstantsFields
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 
 | 
CssTabItem
Declaration
public const string CssTabItem = "k-item"Field Value
| System.String 
 | 
CssTabLink
Declaration
public const string CssTabLink = "k-link"Field Value
| System.String 
 | 
CssTabStrip
Declaration
public const string CssTabStrip = "k-widget k-header k-tabstrip"Field Value
| System.String 
 | 
KeyTab
Declaration
public const string KeyTab = "KendoTab"Field Value
| System.String 
 | 
KeyTabStrip
Declaration
public const string KeyTabStrip = "KendoTabStrip"Field Value
| System.String 
 |