MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.get_showButtons Method

See Also
 



Gets a value indicating whether the up and down buttons are visible.

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

 Syntax

JavaScript  Copy Code

function get_showButtons ()

 Return Value

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

 See Also