ClassKendoAngularAutoComplete
KendoAngularAutoComplete control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.AutoComplete
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularAutoComplete : KendoAngularInput
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularInputKendoAngularAutoComplete
Inherited Members
Constructors
KendoAngularAutoComplete()
Initializes a new instance of the KendoAngularAutoComplete class.
Declaration
public KendoAngularAutoComplete()
KendoAngularAutoComplete(Element)
Initializes a new instance of the KendoAngularAutoComplete class.
Declaration
public KendoAngularAutoComplete(Element element)
Parameters
element
Properties
IsExpanded
Returns 'true' if the KendoAngularAutoComplete is expanded. Otherwise 'false'.
Placeholder
Gets the placeholder of the autocomplete 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