MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.get_smallChange Method

See Also
 



Gets 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 get_smallChange ()

 Return Value

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

 See Also