Class TelerikBlazorListConstants
Inheritance
System.Object
TelerikBlazorListConstants
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.List
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public static class TelerikBlazorListConstants
Fields
CssListItemSelected
Declaration
public const string CssListItemSelected = "k-selected"
Field Value
System.String
|
ListFindExpression
Declaration
public static string[] ListFindExpression
Field Value
System.String[]
|
ListHierarchyConstraint
Declaration
public static string[] ListHierarchyConstraint
Field Value
System.String[]
|
ListItemFindExpression
Declaration
public const string ListItemFindExpression = "class=~k-list-item"
Field Value
System.String
|
ListOptionFindExpression
Declaration
public const string ListOptionFindExpression = "class=~k-list-optionlabel"
Field Value
System.String
|
ListScrollerFindExpression
Declaration
public const string ListScrollerFindExpression = "class=~k-list-scroller"
Field Value
System.String
|
Name
Declaration
public const string Name = "TelerikBlazorList"
Field Value
System.String
|
R32021CssListItemSelected
Declaration
public const string R32021CssListItemSelected = "k-state-selected"
Field Value
System.String
|
R32021ListFindExpression
Declaration
public static string[] R32021ListFindExpression
Field Value
System.String[]
|
R32021ListItemFindExpression
Declaration
public const string R32021ListItemFindExpression = "class=~k-item"
Field Value
System.String
|