InterfaceIRadAutoCompleteBox
Interface
Represents the RadAutoCompleteBox control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadAutoCompleteBox : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
IsPopUpOpened
Indicates if the PopUp of the RadAutoCompleteBox is opened.
ItemsCount
Gets the AutoCompleteImtes(boxes) count.
SearchText
Gets the SearchText of the control
Methods
TypeText(string)
Simulate user text typing int to the RadWatermarkTextBox of the RadAutoCompleteBox
Declaration
cs-api-definition
void TypeText(string text)
Parameters
text
The text to be typed.