InterfaceIRadAutoSuggestBox
Interface
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 interface IRadAutoSuggestBox : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ClearButton
Gets the ClearButton of the RadAutoSuggestBox used for clearing the typed text.
QueryButton
Gets the QueryButton of the RadAutoSuggestBox used for excuting a query.
TextBoxElement
Gets the TextBox element of the RadAutoSuggestBox.
Declaration
cs-api-definition
FrameworkElement TextBoxElement { get; }
Property Value