ClassKendoAngularComboBox
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.ComboBox
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularComboBox : KendoAngularInput
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularInputKendoAngularComboBox
Inherited Members
Constructors
KendoAngularComboBox()
Initializes a new instance of the KendoAngularComboBox class.
Declaration
public KendoAngularComboBox()
KendoAngularComboBox(Element)
Initializes a new instance of the KendoAngularComboBox class.
Declaration
public KendoAngularComboBox(Element element)
Parameters
element
Properties
IsExpanded
Returns 'true' if the KendoAngularComboBox is expanded. Otherwise 'false'.
Placeholder
Gets the placeholder of the combobox in case it is present or an empty string otherwise
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element element)
Parameters
element
The element.
Overrides
ClearValueViaClearButton()
Clears the value via the controls build in clear button if present.
Declaration
public void ClearValueViaClearButton()
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