Class KendoAngularComboBox
Inheritance
System.Object
KendoAngularComboBox
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.ComboBox
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularComboBox : KendoAngularInput
Constructors
KendoAngularComboBox()
Declaration
public KendoAngularComboBox()
KendoAngularComboBox(Element)
Properties
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|
Placeholder
Declaration
public string Placeholder { get; }
Property Value
System.String
|
Text
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Methods
AssignElement(Element)
Declaration
public override void AssignElement(Element element)
Parameters
Element
element
|
Overrides
ClearValueViaClearButton()
Declaration
public void ClearValueViaClearButton()
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
ToggleList(Boolean)
Declaration
public void ToggleList(bool simulateRealClick = false)
Parameters
System.Boolean
simulateRealClick
|