Class KendoAngularComboBoxConstants
Inheritance
System.Object
KendoAngularComboBoxConstants
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.ComboBox
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public static class KendoAngularComboBoxConstants
Fields
CssClearValueButtonClass
Declaration
public const string CssClearValueButtonClass = "k-clear-value"
Field Value
System.String
|
CssExpandedAttribute
Declaration
public const string CssExpandedAttribute = "aria-expanded"
Field Value
System.String
|
CssInputClass
Declaration
public const string CssInputClass = "k-input-inner"
Field Value
System.String
|
CssPlaceholderAttribute
Declaration
public const string CssPlaceholderAttribute = "placeholder"
Field Value
System.String
|
CssToggleButtonClass
Declaration
public const string CssToggleButtonClass = "k-input-button"
Field Value
System.String
|
CssToggleButtonIconClass
Declaration
public const string CssToggleButtonIconClass = "k-i-arrow-s"
Field Value
System.String
|
ElementFindExpression
Declaration
public const string ElementFindExpression = "tagname=kendo-combobox"
Field Value
System.String
|
Name
Declaration
public const string Name = "KendoAngularComboBox"
Field Value
System.String
|
R32021CssInputClass
Declaration
public const string R32021CssInputClass = "k-input"
Field Value
System.String
|
R32021CssToggleButtonClass
Declaration
public const string R32021CssToggleButtonClass = "k-select"
Field Value
System.String
|