Text that will be displayed for null date.

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

Syntax

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

Remarks

The default value is "Enter value here".

See Also