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.Boolean
|
ItemsCount
Declaration
int ItemsCount { get; }
Property Value
System.Int32
|
SearchText
Declaration
string SearchText { get; }
Property Value
System.String
|
Methods
TypeText(String)
Declaration
void TypeText(string text)
Parameters
System.String
text
|