Property IsPassword
IsPassword
True if the field is intended for entering passwords else false.
Declaration
public bool IsPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean | If true, the entered characters shall be displayed in an unreadable form such as "*". |