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