MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.set_minimum Method

See Also
 



Sets the minimum possible value.

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

 Syntax

JavaScript  Copy Code

function set_minimum (value)

 Parameters

value

Type: Number
The minimum possible value.

 See Also