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
public IconVisibility PasswordIconVisibility { get; set; }
Property Value
| Type | Description |
|---|---|
| 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