MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.get_showThousands Method

See Also
 



Gets a value indicating whether the control will display the group separator.

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

 Syntax

JavaScript  Copy Code

function get_showThousands ()

 Return Value

Type: Boolean
True if group separator is shown, otherwise false.

 See Also