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

Represents extensions for RadComboBox UISelection command.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public static class RadComboBoxExtensions

Inheritance: objectRadComboBoxExtensions

Fields

Identifies the UIInteractionCommandParameter dependency property.

C#
public static readonly DependencyProperty UIInteractionCommandParameterProperty

Identifies the UIInteractionCommand dependency property.

C#
public static readonly DependencyProperty UIInteractionCommandProperty

Methods

Sets the UIInteractionCommand value.

C#
public static ICommand GetUIInteractionCommand(DependencyObject obj)
Parameters:objDependencyObjectReturns:

ICommand

Gets the UIInteractionCommandParameter value.

C#
public static object GetUIInteractionCommandParameter(DependencyObject obj)
Parameters:objDependencyObjectReturns:

object

Sets the UIInteractionCommand value.

C#
public static void SetUIInteractionCommand(DependencyObject obj, ICommand value)
Parameters:objDependencyObjectvalueICommand

Sets the UIInteractionCommandParameter value.

C#
public static void SetUIInteractionCommandParameter(DependencyObject obj, object value)
Parameters:objDependencyObjectvalueobject