MindFusion.UI for WebForms Programmer's Guide

DatePicker.get_allowEmptyInput Method

See Also
 



Gets a value indicating whether empty input will be considered valid.

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

 Syntax

JavaScript  Copy Code

function get_allowEmptyInput ()

 Return Value

Type: Boolean
True if empty input will be considered valid, otherwise false.

 See Also