MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.set_value Method

See Also
 



Sets the value of the control.

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

 Syntax

JavaScript  Copy Code

function set_value (value)

 Parameters

value

Type: Number
The value.

 See Also