MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.set_showButtons Method

See Also
 



Sets a value indicating whether the up and down buttons should be visible.

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

 Syntax

JavaScript  Copy Code

function set_showButtons (value)

 Parameters

value

Type: Boolean
True if up and down buttons should be visible, otherwise false.

 See Also