Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the C1MaskedInput loses 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)]
[C1CategoryAttribute("Category.Behavior")]
[BindableAttribute(false)]
[DefaultValueAttribute(false)]
public virtual bool HidePromptOnLeave { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, False)> _
<C1CategoryAttribute("Category.Behavior")> _
<BindableAttribute(False)> _
<DefaultValueAttribute(False)> _
Public Overridable Property HidePromptOnLeave As Boolean
	Get
	Set

Remarks

Returns true if PromptChar is hidden when the C1MaskedInput does not have focus; otherwise, false. The default is false.

See Also