There are several properties that describe the behavior of RadNumericUpDown. Note that with our 2009 Q2 SP1 all default values of properties Maximum, Minimum, SmallChange, LargeChange and Delay were changed. To learn more about all changes introduced in our 2009 Q2 SP1 release take a look at this blog post.
Here is a brief list of all behavior properties defined in RadNumericUpDown.
- Maximum - the maximum possible value of RadNumericUpDown.
- Minimum - the minimum possible value of RadNumericUpDown.
- SmallChange - the change used by the Up and Down keys as well as the increase and decrease repeat buttons of RadNumericUpDown. For more information see Keyboard Navigation.
- LargeChange - the change used by the PageUp and PageDown keys. For more information see Keyboard Navigation.
- Delay - the delay in milliseconds that will occur whenever the repeat buttons of RadNumericUpDown are first pressed.
- RepeatInterval - the delay in milliseconds that will occur between any two clicks of the repeat buttons whenever one of them is hold.
- AutoReverse - describes the behavior whether the control will start from the Minimum value whenever the Maximum is reached and vice versa.
- IsEditable - determines whether the user can input numeric data in the TextBox using the keyboard.
- ChangeAcceleration - whenever any of the PageUp, PageDown, Up, and Down buttons are hold for more than 20 clicks, the repeat interval will automatically start to decrease.