Class
KendoAngularTabStripConstants

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:

cs-api-definition
public static class KendoAngularTabStripConstants

Inheritance: objectKendoAngularTabStripConstants

Fields

CssActiveTab

The CSS class identifying active KendoAngularTab.

Declaration

cs-api-definition
public const string CssActiveTab = "k-state-active"

Field Value

string

CssActiveTabR32022

The CSS class identifying active KendoAngularTab for R32022.

Declaration

cs-api-definition
public const string CssActiveTabR32022 = "k-active"

Field Value

string

CssDisabledTab

The CSS class identifying disabled KendoAngularTab.

Declaration

cs-api-definition
public const string CssDisabledTab = "k-state-disabled"

Field Value

string

CssDisabledTabR32022

The CSS class identifying disabled KendoAngularTab for R32022.

Declaration

cs-api-definition
public const string CssDisabledTabR32022 = "k-disabled"

Field Value

string

The CSS class identifying KendoAngularTab link.

Declaration

cs-api-definition
public const string CssTabLink = "k-link"

Field Value

string

TabElementFindExpression

Element find expression for the KendoAngularTab.

Declaration

cs-api-definition
public const string TabElementFindExpression = "kendotabstriptab=+"

Field Value

string

TabName

The name identifying the KendoAngularTab control.

Declaration

cs-api-definition
public const string TabName = "KendoAngularTab"

Field Value

string

TabStripElementFindExpression

Element find expression for the KendoAngularTabStrip.

Declaration

cs-api-definition
public const string TabStripElementFindExpression = "tagname=kendo-tabstrip"

Field Value

string

TabStripName

The name identifying the KendoAngularTabStrip control.

Declaration

cs-api-definition
public const string TabStripName = "KendoAngularTabStrip"

Field Value

string