MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.get_decimalDigits Method

See Also
 



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

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

 Syntax

JavaScript  Copy Code

function get_decimalDigits ()

 Return Value

Type: Number
The number of decimal digits to display.

 See Also