ClassRadComboBoxCommands
Class
Registers in the CommandManager all the commands that RadComboBox exposes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public static class RadComboBoxCommands
Inheritance: objectRadComboBoxCommands
Properties
SelectAll
Gets value that represents the SelectAll RadComboBox command.
Declaration
cs-api-definition
public static RoutedUICommand SelectAll { get; }
Property Value
RoutedUICommand
The SelectAll command.
ToggleSelectAll
Gets value that represents the ToggleSelectAll RadComboBox command.
Declaration
cs-api-definition
public static RoutedUICommand ToggleSelectAll { get; }
Property Value
RoutedUICommand
The ToggleSelectAll command.
UnselectAll
Gets value that represents the UnselectAll RadComboBox command.
Declaration
cs-api-definition
public static RoutedUICommand UnselectAll { get; }
Property Value
RoutedUICommand
The UnselectAll command.