ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IInputTextField Interface / Password Property

In This Topic
    Password Property (IInputTextField)
    In This Topic
    Gets a value indicating whether the input field is a password field.
    Syntax
    'Declaration
     
    ReadOnly Property Password As Boolean
    bool Password {get;}

    Property Value

    true if the input field is a password field; otherwise, false.
    See Also