ClassKendoAngularTabStripConstants
String constants of the KendoAngularTabStrip(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.TabStrip
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public static class KendoAngularTabStripConstants
Inheritance: objectKendoAngularTabStripConstants
Fields
CssActiveTab
The CSS class identifying active KendoAngularTab.
Declaration
public const string CssActiveTab = "k-state-active"
Field Value
CssActiveTabR32022
The CSS class identifying active KendoAngularTab for R32022.
Declaration
public const string CssActiveTabR32022 = "k-active"
Field Value
CssDisabledTab
The CSS class identifying disabled KendoAngularTab.
Declaration
public const string CssDisabledTab = "k-state-disabled"
Field Value
CssDisabledTabR32022
The CSS class identifying disabled KendoAngularTab for R32022.
Declaration
public const string CssDisabledTabR32022 = "k-disabled"
Field Value
CssTabLink
The CSS class identifying KendoAngularTab link.
TabElementFindExpression
Element find expression for the KendoAngularTab.
Declaration
public const string TabElementFindExpression = "kendotabstriptab=+"
Field Value
TabName
The name identifying the KendoAngularTab control.
TabStripElementFindExpression
Element find expression for the KendoAngularTabStrip.
Declaration
public const string TabStripElementFindExpression = "tagname=kendo-tabstrip"
Field Value
TabStripName
The name identifying the KendoAngularTabStrip control.
Declaration
public const string TabStripName = "KendoAngularTabStrip"
Field Value