ClassRadAutoCompleteBox
Represents the Silverlight RadAutoCompleteBox control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadAutoCompleteBox : Control, IAutomationPeer, IPeerConverter, IRadAutoCompleteBox, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadAutoCompleteBox
Implements:
Inherited Members
Constructors
RadAutoCompleteBox()
Initializes a new instance of the RadAutoCompleteBox class.
Declaration
public RadAutoCompleteBox()
Properties
Boxes
Get the list of AuroCompleteBox items.
Declaration
public IList<IRadAutoCompleteBoxItem> Boxes { get; }
Property Value
IsPopUpOpened
Indicates if the PopUp of the RadAutoCompleteBox is opened.
ItemsCount
Gets the AutoCompleteBoxImtes(boxes) count.
SearchText
Gets the SearchText of the control
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
TypeText(string)
Simulate user text typing int to the RadWatermarkTextBox of the RadAutoCompleteBox
Declaration
public void TypeText(string text)
Parameters
text
The text to be typed.
Implements
TypeText(string, bool)
Simulate user text typing int to the RadWatermarkTextBox of the RadAutoCompleteBox