MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.set_maximum Method

See Also
 



Sets the maximum possible value.

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

 Syntax

JavaScript  Copy Code

function set_maximum (value)

 Parameters

value

Type: Number
The maximum possible value.

 See Also