Gets or sets the character used to represent the absence of user input in the control.

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

Syntax

JavaScript
function get_promptChar();
function set_promptChar(value);

Remarks

A prompt character is placed in editable positions that have not yet been assigned an input value. The default is an underscore (_).

See Also