ASP.NET Pack Programmer's Guide
NumericUpDown.set_decimalDigits Method
See Also
 





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

Namespace: MindFusion.UI.WebForms
Package: 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

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace