Provides commands for the RadAutoCompleteBox control, including functionality to manage item selections.
This static class encapsulates command definitions, specifically the RemoveItem command, which allows
users to remove an item from the current selection. Commands are stored in a thread-safe manner and can
be accessed via properties. The commands leverage localization for user interface text representation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public static class RadAutoCompleteBoxCommands
Inheritance: objectRadAutoCompleteBoxCommands
Properties
RemoveItem
RoutedUICommand
Gets the RemoveItem command.
C#
public static RoutedUICommand RemoveItem { get; }