RadNumericUpDown has keyboard support. In order to change the value without clicking on the repeat buttons of the control, you can also use the following actions:
- MouseWheel - whenever a RadNumericUpDown is focused you can change its value by using the mouse wheel. The step change will be equal to the value of SmallChange.
- PageUp - increments the value by one step equal to LargeChange.
- PageDown - decrements the value by one step equal to LargeChange.
- Up - increments the value by one step equal to SmallChange.
- Down - decrements the value by one step equal to SmallChange.