Skip to main content
A newer version of this page is available. .

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

public PasswordAutofillContentType AutofillContentType { get; set; }

Property Value

Type Description
PasswordAutofillContentType

The hint.

Available values:

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

See Also