MindFusion.UI for WebForms Programmer's Guide

DatePicker.set_showButton Method

See Also
 



Sets a value indicating whether the calendar button should be visible.

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

 Syntax

JavaScript  Copy Code

function set_showButton (value)

 Parameters

value

Type: Boolean
True if the calendar button should be visible, otherwise false.

 See Also