Represents a control that allows for selecting numeric values from a predefined range.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
C# |
---|
public class RadNumericUpDown : RadControl,
ISupportsHeader |
Visual Basic |
---|
Public Class RadNumericUpDown _
Inherits RadControl _
Implements ISupportsHeader |
Visual C++ |
---|
public ref class RadNumericUpDown : public RadControl,
ISupportsHeader |
Inheritance Hierarchy
See Also