ClassKendoTabStripConstants
String constants of the TabStrip(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public static class KendoTabStripConstants
Inheritance: objectKendoTabStripConstants
Fields
CssActiveTab
The CSS class identifying selected Tab.
Declaration
public const string CssActiveTab = "k-state-active"
Field Value
CssActiveTabR32022
The CSS class identifying selected Tab for R32022.
Declaration
public const string CssActiveTabR32022 = "k-active"
Field Value
CssDisabledTab
The CSS class identifying disabled Tab.
Declaration
public const string CssDisabledTab = "k-state-disabled"
Field Value
CssDisabledTabR32022
The CSS class identifying disabled Tab for R32022.
Declaration
public const string CssDisabledTabR32022 = "k-disabled"
Field Value
CssTabItem
The CSS Class of the Tab item.
CssTabLink
The CSS class identifying Tab name.
CssTabStrip
The CSS class identifying the control.
Declaration
public const string CssTabStrip = "k-widget k-header k-tabstrip"
Field Value
KeyTab
The name identifying the Tab control.
KeyTabStrip
The name identifying the TabStrip control.
R120226CssTabItem
The CSS Class of the Tab item.
Declaration
public const string R120226CssTabItem = "k-tabstrip-item"
Field Value
R12026TabFindClauses
The main find clauses for Tab control.
Declaration
public static readonly string[] R12026TabFindClauses
Field Value
string[]
TabFindClauses
The main find clauses for Tab control.
TabStripFindClauses
The main find clauses for TabStrip control.
Declaration
public static readonly string[] TabStripFindClauses
Field Value
string[]