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