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
UIInteractionCommandParameterProperty
DependencyProperty
Identifies the UIInteractionCommandParameter dependency property.
C#
public static readonly DependencyProperty UIInteractionCommandParameterProperty
UIInteractionCommandProperty
DependencyProperty
Identifies the UIInteractionCommand dependency property.
C#
public static readonly DependencyProperty UIInteractionCommandProperty
Methods
Sets the UIInteractionCommand value.
C#
public static ICommand GetUIInteractionCommand(DependencyObject obj)
Gets the UIInteractionCommandParameter value.
C#
public static object GetUIInteractionCommandParameter(DependencyObject obj)
Sets the UIInteractionCommand value.
C#
public static void SetUIInteractionCommand(DependencyObject obj, ICommand value)
Sets the UIInteractionCommandParameter value.
C#
public static void SetUIInteractionCommandParameter(DependencyObject obj, object value)