Class RadComboBoxCommands
Registers in the CommandManager all the commands that RadComboBox exposes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class RadComboBoxCommands
Properties
SelectAll
Gets value that represents the SelectAll RadComboBox command.
Declaration
public static RoutedUICommand SelectAll { get; }
Property Value
System.Windows.Input.RoutedUICommand
The SelectAll command. |
ToggleSelectAll
Gets value that represents the ToggleSelectAll RadComboBox command.
Declaration
public static RoutedUICommand ToggleSelectAll { get; }
Property Value
System.Windows.Input.RoutedUICommand
The ToggleSelectAll command. |
UnselectAll
Gets value that represents the UnselectAll RadComboBox command.
Declaration
public static RoutedUICommand UnselectAll { get; }
Property Value
System.Windows.Input.RoutedUICommand
The UnselectAll command. |