Class RadAutoSuggestBox
Inheritance
System.Object
RadAutoSuggestBox
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadAutoSuggestBox : Control, IAutomationPeer, IPeerConverter, IRadAutoSuggestBox, IControl, IFrameworkElement, ITargetElement
Constructors
RadAutoSuggestBox()
Declaration
public RadAutoSuggestBox()
Properties
ClearButton
QueryButton
Text
Declaration
public override string Text { get; }
Property Value
System.String
|
Overrides
Implements
TextBoxElement
Declaration
public FrameworkElement TextBoxElement { get; }
Property Value
FrameworkElement
|
Implements
Methods
TypeText(String, Int32)
Declaration
public void TypeText(string text, int keyPressTime)
Parameters
System.String
text
|
System.Int32
keyPressTime
|