Skip to main content
All docs
V22.1
  • 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

    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