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