Class KendoAngularListConstants
Inheritance
System.Object
KendoAngularListConstants
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.KendoUI.Angular.List
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public static class KendoAngularListConstants
Fields
CssContentList
Declaration
public const string CssContentList = "role=listbox"
Field Value
System.String
|
CssListItemFocused
Declaration
public const string CssListItemFocused = "k-state-focused"
Field Value
System.String
|
CssListItemFocusedR32022
Declaration
public const string CssListItemFocusedR32022 = "k-focus"
Field Value
System.String
|
CssListItemSelected
Declaration
public const string CssListItemSelected = "k-state-selected"
Field Value
System.String
|
CssListItemSelectedR32022
Declaration
public const string CssListItemSelectedR32022 = "k-selected"
Field Value
System.String
|
ItemName
Declaration
public const string ItemName = "KendoAngularListItem"
Field Value
System.String
|
ListFindExpression
Declaration
public const string ListFindExpression = "tagname=kendo-list"
Field Value
System.String
|
ListItemFindExpression
Declaration
public const string ListItemFindExpression = "class=~k-list-item"
Field Value
System.String
|
Name
Declaration
public const string Name = "KendoAngularList"
Field Value
System.String
|
R32021ListItemFindExpression
Declaration
public const string R32021ListItemFindExpression = "class=~k-item"
Field Value
System.String
|