Gets or sets a value indicating whether PromptChar can be entered as valid data by the user.

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

Syntax

JavaScript
function get_allowPromptAsInput();
function set_allowPromptAsInput(value);

Remarks

Even when AllowPromptAsInput is true, the prompt character must be valid for the current location in the mask in order to be accepted. For example, if PromptChar is "*", and the current location in the mask demands the user enter a digit, entering an asterisk (*) will fail.

See Also