MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.set_decimalDigits Method

See Also
 



Sets the number of digits to display after the floating point.

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

 Syntax

JavaScript  Copy Code

function set_decimalDigits (value)

 Parameters

value

Type: Number
The number of decimal digits to display.

 Remarks

Possible values for this property are in the range [0-15].

 See Also