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