Back to Devexpress

DataFormPasswordEditorAttribute.AutofillContentType Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformpasswordeditorattribute-dec17959.md

latest1.4 KB
Original Source

DataFormPasswordEditorAttribute.AutofillContentType Property

Gets or sets the hint that helps an autofill service determine how to populate the editor with user data.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public PasswordAutofillContentType AutofillContentType { get; set; }

Property Value

TypeDescription
PasswordAutofillContentType

The hint.

|

Available values:

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

|

See Also

DataFormPasswordEditorAttribute Class

DataFormPasswordEditorAttribute Members

DevExpress.Maui.DataForm Namespace