MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.increment Method

See Also
 



Increments the value of the control.

Namespace: MindFusion.UI.Web
Assembly: 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