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





Decrements the value of the control.

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

 Syntax

JavaScript  Copy Code

function decrement ([step])

 Parameters

step
Optional.

Type: Number
The value to decrement 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