Class RadAutoCompleteBox
Inheritance
System.Object
RadAutoCompleteBox
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadAutoCompleteBox : Control, IAutomationPeer, IPeerConverter, IRadAutoCompleteBox, IControl, IFrameworkElement, ITargetElement
Constructors
RadAutoCompleteBox()
Declaration
public RadAutoCompleteBox()
Properties
Boxes
Declaration
public IList<IRadAutoCompleteBoxItem> Boxes { get; }
Property Value
System.Collections.Generic.IList<IRadAutoCompleteBoxItem>
|
IsPopUpOpened
Declaration
public bool IsPopUpOpened { get; }
Property Value
System.Boolean
|
Implements
ItemsCount
Declaration
public int ItemsCount { get; }
Property Value
System.Int32
|
Implements
SearchText
Declaration
public string SearchText { get; }
Property Value
System.String
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
TypeText(String)
Declaration
public void TypeText(string text)
Parameters
System.String
text
|
Implements
TypeText(String, Boolean)
Declaration
public void TypeText(string text, bool clickFirst)
Parameters
System.String
text
|
System.Boolean
clickFirst
|