Class RadAutoSuggestBoxCommands
Registers in the CommandManager all the commands that RadAutoSuggestBox exposes.
Inheritance
System.Object
RadAutoSuggestBoxCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class RadAutoSuggestBoxCommands
Properties
SubmitQuery
Gets the SubmitQuery command.
Declaration
public static RoutedUICommand SubmitQuery { get; }
Property Value
System.Windows.Input.RoutedUICommand
|