ClassTelerikBlazorTabStripConstants
String constants of the TelerikBlazorTabStrip(CSS classes, Id prefix, etc) for Telerik Blazor.
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.TabStrip
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorTabStripConstants
Inheritance: objectTelerikBlazorTabStripConstants
Constructors
TelerikBlazorTabStripConstants()
Declaration
public TelerikBlazorTabStripConstants()
Fields
CssActiveTab
The CSS class identifying selected TelerikBlazorTab.
CssDisabledTab
The CSS class identifying disabled TelerikBlazorTab.
CssTabLink
The CSS class identifying TelerikBlazorTab name.
R22022CssActiveTab
The CSS class identifying selected TelerikBlazorTab for R22022 and older versions.
Declaration
public const string R22022CssActiveTab = "k-state-active"
Field Value
R22022CssDisabledTab
The CSS class identifying disabled TelerikBlazorTab for R22022 and older versions.
Declaration
public const string R22022CssDisabledTab = "k-state-disabled"
Field Value
TabElementFindExpression
Element find expression for the TelerikBlazorTab.
Declaration
public const string TabElementFindExpression = "role=tab"
Field Value
TabName
The name identifying the TelerikBlazorTab control.
TabStripElementFindExpression
Element find expression for the TelerikBlazorTabStrip.
Declaration
public static string[] TabStripElementFindExpression
Field Value
string[]
TabStripName
The name identifying the TelerikBlazorTabStrip control.
Declaration
public const string TabStripName = "TelerikBlazorTabStrip"
Field Value