ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / PasswordChar Property

In This Topic
    PasswordChar Property (RenderInputComboBox)
    In This Topic
    Gets or sets the char used to hide real characters when entering passwords. The default value of this property is '\0', which disables hiding.
    Syntax
    'Declaration
     
    Public Property PasswordChar As System.Char
    public System.char PasswordChar {get; set;}
    See Also