ClassRadAutoSuggestBox
Class
Represents the RadAutoSuggestBox interface wrapper for WPF.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadAutoSuggestBox : Control, IAutomationPeer, IPeerConverter, IRadAutoSuggestBox, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadAutoSuggestBox
Implements:
Inherited Members
Constructors
RadAutoSuggestBox()
Declaration
cs-api-definition
public RadAutoSuggestBox()
Properties
ClearButton
Gets the button that is used to clear the text.
Declaration
cs-api-definition
public RadButton ClearButton { get; }
Property Value
Implements
QueryButton
Gets the button that is used to execute a query.
Declaration
cs-api-definition
public RadButton QueryButton { get; }
Property Value
Implements
Text
Get the text of the RadAutoSuggestBox input text box.
Declaration
cs-api-definition
public override string Text { get; }
Property Value
Overrides
Implements
TextBoxElement
Get the RadAutoSuggestBox input text box.
Declaration
cs-api-definition
public FrameworkElement TextBoxElement { get; }
Property Value
Implements
Methods
TypeText(string, int)
Simulates user typing text into the autosuggestbox .