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:  C1InputClient (in C1InputClient.dll)

Syntax

JavaScript
function get_hidePromptOnLeave();
function set_hidePromptOnLeave(value);

Remarks

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

See Also