MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.set_smallChange Method

See Also
 



Sets the amount to increase or decrease the value with when the increment or decrement buttons are pressed.

Namespace: MindFusion.UI.Web
Assembly: NumericUpDown.js

 Syntax

JavaScript  Copy Code

function set_smallChange (value)

 Parameters

value

Type: Number
The number to increment or decrement the value with.

 See Also