DataFormPasswordEditorAttribute.AutofillContentType Property
In This Article
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
C#
public PasswordAutofillContentType AutofillContentType { get; set; }
#Property Value
Type | Description |
---|---|
Password |
The hint. |
Available values:
Name | Description | Android | i |
---|---|---|---|
None | Indicates that an autofill service cannot populate this editor. |
||
Password | Indicates that an autofill service can populate this editor with a password. |
See Also