Class TelerikBlazorTabStripConstants
Inheritance
System.Object
TelerikBlazorTabStripConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.TestingFramework.Controls.TelerikUI.Blazor.TabStrip
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorTabStripConstants
Constructors
TelerikBlazorTabStripConstants()
Declaration
public TelerikBlazorTabStripConstants()
Fields
CssActiveTab
Declaration
public const string CssActiveTab = "k-active"
Field Value
System.String
|
CssDisabledTab
Declaration
public const string CssDisabledTab = "k-disabled"
Field Value
System.String
|
CssTabLink
Declaration
public const string CssTabLink = "k-link"
Field Value
System.String
|
R22022CssActiveTab
Declaration
public const string R22022CssActiveTab = "k-state-active"
Field Value
System.String
|
R22022CssDisabledTab
Declaration
public const string R22022CssDisabledTab = "k-state-disabled"
Field Value
System.String
|
TabElementFindExpression
Declaration
public const string TabElementFindExpression = "role=tab"
Field Value
System.String
|
TabName
Declaration
public const string TabName = "TelerikBlazorTab"
Field Value
System.String
|
TabStripElementFindExpression
Declaration
public static string[] TabStripElementFindExpression
Field Value
System.String[]
|
TabStripName
Declaration
public const string TabStripName = "TelerikBlazorTabStrip"
Field Value
System.String
|