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