RadInput for ASP.NET AJAX

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:

 
PropertyTypeDescription
InterceptArrowKeysbooleanThe control increments or decrements its value in response to the arrow keys.
InterceptMouseWheelbooleanThe control increments or decrements its value in response to the mouse wheel.
StepnumberThe amount by which a value increases or decreases with every step.

See Also