ClassKendoAngularDropdownList
KendoAngularDropdownList control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.DropdownList
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularDropdownList : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularDropdownList
Inherited Members
Constructors
KendoAngularDropdownList()
Initializes a new instance of the KendoAngularDropdownList class.
Declaration
public KendoAngularDropdownList()
KendoAngularDropdownList(Element)
Initializes a new instance of the KendoAngularDropdownList class.
Declaration
public KendoAngularDropdownList(Element element)
Parameters
element
Properties
IsExpanded
Returns 'true' if the KendoAngularDropdownList is expanded. Otherwise 'false'.
Declaration
public bool IsExpanded { get; }
Property Value
Whether the Window is maximized.
IsFocused
Returns 'true' if the KendoAngularDropdownList is focused. Otherwise 'false'.
Declaration
public bool IsFocused { get; }
Property Value
Whether the Window is focused.
SelectedItemText
Returns the selected item text or an empty string if none
Declaration
public string SelectedItemText { get; }
Property Value
The selected item text
SelectedItemValue
Returns the selected item value or an empty string if none
Declaration
public string SelectedItemValue { get; }
Property Value
The selected item value
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
ToggleList(bool)
Toggles the list with options.
Declaration
public void ToggleList(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click