Skip to main content
A newer version of this page is available. .
Tab

ButtonEditProperties.Password Property

Gets or sets a value that specifies whether the input is treated as a password and all characters entered into the editor are masked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Password { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the editor’s characters are masked; otherwise, false.

Remarks

If this property is set to true, all characters entered in the editor are masked and are not saved in view state. A bullet (a filled circle shape) is used to mask the editor’s characters.

Note

The Password property synchronizes its value with the editor’s ASPxTextBoxBase.Password property.

See Also