Back to Devexpress

PasswordAutofillContentType Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-1b3c1ff3.md

latest1.6 KB
Original Source

PasswordAutofillContentType Enum

Contains constants that identify whether an autofill service can populate a password editor.

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public enum PasswordAutofillContentType

Members

NameDescriptionAndroidiOS
None

Indicates that an autofill service cannot populate this editor.

| | | | Password |

Indicates that an autofill service can populate this editor with a password.

|

AUTOFILL_HINT_PASSWORD

|

UITextContentTypePassword

|

The following properties accept/return PasswordAutofillContentType values:

See Also

DevExpress.XamarinForms.Editors Namespace