Skip to main content

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

C#
public enum PasswordAutofillContentType

#Members

Name Description Android iOS
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

#Related API Members

See Also