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