Back to Devexpress

DataFormPasswordItem.AutofillContentType Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformpassworditem-7d1e4cad.md

latest1.5 KB
Original Source

DataFormPasswordItem.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

TypeDefaultDescription
PasswordAutofillContentTypeNone

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

|

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

DataFormPasswordItem Class

DataFormPasswordItem Members

DevExpress.Maui.DataForm Namespace