Shows Null Text if the Date value is empty and the control loses its focus.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, false)]
[DefaultValueAttribute(false)]
[C1CategoryAttribute("Category.Behavior")]
[BindableAttribute(false)]
public bool ShowNullText { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, False)> _
<DefaultValueAttribute(False)> _
<C1CategoryAttribute("Category.Behavior")> _
<BindableAttribute(False)> _
Public Property ShowNullText As Boolean
	Get
	Set

Remarks

Minimal date "01.01.0001 00:00:00" used as null date. The default value is false.

See Also