Gets or sets the char used to hide real characters when entering passwords. The default value of this property is '\0', which disables hiding.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public char PasswordChar { get; set; }
Visual Basic
Public Property PasswordChar As Char
	Get
	Set

See Also