Back to Devexpress

PasswordEdit.PasswordIconVisibility Property

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-dot-passwordedit.md

latest1.3 KB
Original Source

PasswordEdit.PasswordIconVisibility Property

Specifies the hide/show password icon visibility.

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public IconVisibility PasswordIconVisibility { get; set; }

Property Value

TypeDescription
IconVisibility

A value that specifies hide/show password icon visibility.

|

Available values:

Name
Never
Always
Auto

Remarks

You can assign the following values to the PasswordIconVisibility property to change the visibility of the hide/show password icon:

  • Always - always display an icon (default value).
  • Auto - display an icon only if the edit box is not empty.
  • Never - never display an icon.

See Also

PasswordEdit Class

PasswordEdit Members

DevExpress.XamarinForms.Editors Namespace