Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

PasswordAutofillContentType Enum

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.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