Class RadAutoSuggestBoxCommands
Registers in the CommandManager all the commands that RadAutoSuggestBox exposes.
Inheritance
System.Object
RadAutoSuggestBoxCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class RadAutoSuggestBoxCommands : Object
Properties
SubmitQuery
Gets the SubmitQuery command.
Declaration
public static RoutedUICommand SubmitQuery { get; }
Property Value
System.Windows.Input.RoutedUICommand
|