New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The SelectAll command.

ToggleSelectAll

RoutedUICommand

Gets value that represents the ToggleSelectAll RadComboBox command.

C#
public static RoutedUICommand ToggleSelectAll { get; }
Property Value:

The ToggleSelectAll command.

UnselectAll

RoutedUICommand

Gets value that represents the UnselectAll RadComboBox command.

C#
public static RoutedUICommand UnselectAll { get; }
Property Value:

The UnselectAll command.