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

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

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute("")]
[BindableAttribute(false)]
[JsonAttribute(true, true, "")]
public virtual string PasswordChar { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute("")> _
<BindableAttribute(False)> _
<JsonAttribute(True, True, "")> _
Public Overridable Property PasswordChar As String
	Get
	Set

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