Back to Devexpress

PasswordAutofillContentType Enum

maui-devexpress-dot-maui-dot-editors-5e5dd753.md

latest1.7 KB
Original Source

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

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:

Extension Methods

Yield<PasswordAutofillContentType>()

YieldIfNotNull<PasswordAutofillContentType>()

See Also

DevExpress.Maui.Editors Namespace