Class KendoAngularDropdownList
Inheritance
System.Object
KendoAngularDropdownList
Inherited Members
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 class KendoAngularDropdownList : KendoAngularContainerControlBase
Constructors
KendoAngularDropdownList()
Declaration
public KendoAngularDropdownList()
KendoAngularDropdownList(Element)
Properties
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|
SelectedItemText
Declaration
public string SelectedItemText { get; }
Property Value
System.String
|
SelectedItemValue
Declaration
public string SelectedItemValue { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
ToggleList(Boolean)
Declaration
public void ToggleList(bool simulateRealClick = false)
Parameters
System.Boolean
simulateRealClick
|