Class KendoAngularDropdownListConstants
Inheritance
System.Object
KendoAngularDropdownListConstants
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.DropdownList
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public static class KendoAngularDropdownListConstants
Fields
ContentSpanFindExpression
Declaration
public const string ContentSpanFindExpression = "class=~k-dropdown-wrap"
Field Value
System.String
|
CssActiveDescendantAttribute
Declaration
public const string CssActiveDescendantAttribute = "aria-activedescendant"
Field Value
System.String
|
CssExpandedAttribute
Declaration
public const string CssExpandedAttribute = "aria-expanded"
Field Value
System.String
|
ListFindExpression
Declaration
public const string ListFindExpression = "tagname=kendo-dropdownlist"
Field Value
System.String
|
Name
Declaration
public const string Name = "KendoAngularDropdownList"
Field Value
System.String
|