Class RadNumericUpDown
Inheritance
System.Object
RadNumericUpDown
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadNumericUpDown : RangeBase, IAutomationPeer, IPeerConverter, IRadNumericUpDown, IRangeBase, IControl, IFrameworkElement, ITargetElement
Constructors
RadNumericUpDown()
Declaration
public RadNumericUpDown()
Properties
ContentText
Declaration
public string ContentText { get; }
Property Value
System.String
|
Implements
CustomUnit
Declaration
public string CustomUnit { get; }
Property Value
System.String
|
Implements
Delay
Declaration
public int Delay { get; }
Property Value
System.Int32
|
Implements
IsEditable
Declaration
public bool IsEditable { get; }
Property Value
System.Boolean
|
Implements
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|
Implements
RepeatInterval
Declaration
public int RepeatInterval { get; }
Property Value
System.Int32
|
Implements
TextBoxElement
Declaration
public FrameworkElement TextBoxElement { get; }
Property Value
FrameworkElement
|
Implements
Methods
DecreaseValue()
IncreaseValue()
TextBoxMouseWheel(Int32, MouseWheelTurnDirection)
Declaration
public void TextBoxMouseWheel(int delta, MouseWheelTurnDirection direction)
Parameters
System.Int32
delta
|
MouseWheelTurnDirection
direction
|