Back to Devexpress

ButtonEditProperties.Password Property

aspnet-devexpress-dot-web-dot-buttoneditproperties.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Password { get; set; }
vb
<DefaultValue(False)>
Public Property Password As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ButtonEdit

ButtonEditProperties Class

ButtonEditProperties Members

DevExpress.Web Namespace