ClassRadAutoCompleteBoxCommands
Class
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:
cs-api-definition
public static class RadAutoCompleteBoxCommands
Inheritance: objectRadAutoCompleteBoxCommands
Properties
RemoveItem
Gets the RemoveItem command.
Declaration
cs-api-definition
public static RoutedUICommand RemoveItem { get; }
Property Value
RoutedUICommand