Gets or sets the character to be substituted for the actual input characters.

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

Syntax

JavaScript
function get_passwordChar();
function set_passwordChar(value);

Remarks

Mask property must be non-empty for the PasswordChar property to take effect. Another option is to set UseSystemPasswordChar, which will show all displayable characters as password chars.

See Also