RadControls for ASP.NET AJAX The IncrementSettings client object is returned by the get_incrementSettings() method of the RadNumericTextBox and RadDateInput client objects. The following table lists the properties of the IncrementSettings client object:
| Property | Type | Description |
|---|
| InterceptArrowKeys | boolean | The control increments or decrements its value in response to the arrow keys. |
| InterceptMouseWheel | boolean | The control increments or decrements its value in response to the mouse wheel. |
| Step | number | The amount by which a value increases or decreases with every step. |
See Also