SecureField

Secure-entry preset of TextField, masking input as it's typed.
public class SecureField : TextField

Properties

RevealButton

Whether a trailing eye button toggles the masking of the entered text.

Type: bool

public bool RevealButton { get; set; }