This article will show you how to create a simple NumericUpDown.
Note |
|---|
In order to use RadNumericUpDown control in your projects you have to add references to the following assemblies: - Telerik.Windows.Controls
- Telerik.Windows.Controls.Input
You can find more info herehere. |
- Drag and Drop the NumericUpDown control from the toolbox.
- After you have dropped the control onto the XAML you can manage the control by setting various properties to operate the control's behavior:
CopyXAML
<telerik:RadNumericUpDown IsEditable="True" Minimum="10" Maximum="50"></telerik:RadNumericUpDown>