Class
RadNumericUpDownExtensions

This class contains extensions of RadNumericUpDown.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public static class RadNumericUpDownExtensions

Inheritance: objectRadNumericUpDownExtensions

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

ICommand

GetUIInteractionCommandParameter(DependencyObject)

Gets the UIInteractionCommandParameter value.

Declaration

cs-api-definition
public static object GetUIInteractionCommandParameter(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

object

SetUIInteractionCommand(DependencyObject, ICommand)

Sets the UIInteractionCommand value.

Declaration

cs-api-definition
public static void SetUIInteractionCommand(DependencyObject obj, ICommand value)

Parameters

obj

DependencyObject

value

ICommand

SetUIInteractionCommandParameter(DependencyObject, object)

Sets the UIInteractionCommandParameter value.

Declaration

cs-api-definition
public static void SetUIInteractionCommandParameter(DependencyObject obj, object value)

Parameters

obj

DependencyObject

value

object