Class RadComboBoxExtensions
Represents extensions for RadComboBox UISelection command.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class RadComboBoxExtensions : Object
Fields
UIInteractionCommandParameterProperty
Identifies the UIInteractionCommandParameter dependency property.
Declaration
public static readonly DependencyProperty UIInteractionCommandParameterProperty
Field Value
System.
|
UIInteractionCommandProperty
Identifies the UIInteractionCommand dependency property.
Declaration
public static readonly DependencyProperty UIInteractionCommandProperty
Field Value
System.
|
Methods
GetUIInteractionCommand(DependencyObject)
Sets the UIInteractionCommand value.
Declaration
public static ICommand GetUIInteractionCommand(DependencyObject obj)
Parameters
System.
|
Returns
System.
|
GetUIInteractionCommandParameter(DependencyObject)
Gets the UIInteractionCommandParameter value.
Declaration
public static object GetUIInteractionCommandParameter(DependencyObject obj)
Parameters
System.
|
Returns
System.
|
SetUIInteractionCommand(DependencyObject, ICommand)
Sets the UIInteractionCommand value.
Declaration
public static void SetUIInteractionCommand(DependencyObject obj, ICommand value)
Parameters
System.
|
System.
|
SetUIInteractionCommandParameter(DependencyObject, Object)
Sets the UIInteractionCommandParameter value.
Declaration
public static void SetUIInteractionCommandParameter(DependencyObject obj, object value)
Parameters
System.
|
System.
|