Class
KendoTabStripConstants

String constants of the TabStrip(CSS classes, Id prefix, etc).

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI

Assembly:Telerik.TestingFramework.Controls.KendoUI.dll

Syntax:

cs-api-definition
public static class KendoTabStripConstants

Inheritance: objectKendoTabStripConstants

Fields

CssActiveTab

The CSS class identifying selected Tab.

Declaration

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

Field Value

string

CssActiveTabR32022

The CSS class identifying selected Tab for R32022.

Declaration

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

Field Value

string

CssDisabledTab

The CSS class identifying disabled Tab.

Declaration

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

Field Value

string

CssDisabledTabR32022

The CSS class identifying disabled Tab for R32022.

Declaration

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

Field Value

string

CssTabItem

The CSS Class of the Tab item.

Declaration

cs-api-definition
public const string CssTabItem = "k-item"

Field Value

string

The CSS class identifying Tab name.

Declaration

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

Field Value

string

CssTabStrip

The CSS class identifying the control.

Declaration

cs-api-definition
public const string CssTabStrip = "k-widget k-header k-tabstrip"

Field Value

string

KeyTab

The name identifying the Tab control.

Declaration

cs-api-definition
public const string KeyTab = "KendoTab"

Field Value

string

KeyTabStrip

The name identifying the TabStrip control.

Declaration

cs-api-definition
public const string KeyTabStrip = "KendoTabStrip"

Field Value

string

R120226CssTabItem

The CSS Class of the Tab item.

Declaration

cs-api-definition
public const string R120226CssTabItem = "k-tabstrip-item"

Field Value

string

R12026TabFindClauses

The main find clauses for Tab control.

Declaration

cs-api-definition
public static readonly string[] R12026TabFindClauses

Field Value

string[]

TabFindClauses

The main find clauses for Tab control.

Declaration

cs-api-definition
public static readonly string[] TabFindClauses

Field Value

string[]

TabStripFindClauses

The main find clauses for TabStrip control.

Declaration

cs-api-definition
public static readonly string[] TabStripFindClauses

Field Value

string[]