Gets or sets a value indicating whether the control will try to parse an incomplete date value. E.g. if the input is '1/7' (and Culture="en-US") to parse the value as 7th Jan of the current year. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public bool AutoComplete { get; set; } |
Visual Basic
![]() |
---|
Public Property AutoComplete As Boolean |
Type: Boolean
true if incomplete values are parsed, otherwise false. Default value is false.