Hide

YetaWF Documentation

Display
Print

Password20 Component

Password20 (Edit)

Allows entry of a password. The password is masked so it cannot be read.

Model Type: string

Visually the text box used for the password allows approximately 20 characters to be displayed. The user can enter longer passwords.

Sibling Properties

NameTypeDescription
model__PlaceHolderstringDefines the placeholder text shown when control contents are empty.
[Caption("Password"), Description("Enter your password")]
[UIHint("Password20"), StringLength(Globals.MaxPswd), Trim]
public string Password { get; set; }