MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.get_autoComplete Method

See Also
 



Gets a value indicating whether the control will try to parse an incomplete datetime value.

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

 Syntax

JavaScript  Copy Code

function get_autoComplete ()

 Return Value

Type: Boolean
True if the control will try to parse an incomplete datetime value,otherwise false.

 See Also