Interface IRadAutoCompleteBox
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadAutoCompleteBox : IControl, IFrameworkElement, ITargetElement
Properties
IsPopUpOpened
Declaration
bool IsPopUpOpened { get; }
Property Value
System.
|
ItemsCount
Declaration
int ItemsCount { get; }
Property Value
System.
|
SearchText
Declaration
string SearchText { get; }
Property Value
System.
|
Methods
TypeText(String)
Declaration
void TypeText(string text)
Parameters
System.
|