TcxCustomTextEditProperties.ShowPasswordRevealButton Property
Specifies if the editor configured for password input displays a “password reveal” button when the editor’s edit box is not Text.
Declaration
property ShowPasswordRevealButton: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to enable the display of the button. The editor shows the entered password while a user presses and holds this button.
The default value of the ShowPasswordRevealButton property is False.
See Also