ASP.NET Pack Programmer's Guide
NumericUpDown.increment Method
See Also
 





Increments the value of the control.

Namespace: MindFusion.UI.WebForms
Package: NumericUpDown.js

 Syntax

JavaScript  Copy Code

function increment ([step])

 Parameters

step
Optional.

Type: Number
The value to increment with.

 Remarks

If the current value of the control equals null, the value will be set to the defined Minimum.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace