PasswordAutofillContentType Enum
Contains constants that identify whether an autofill service can populate a password editor.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public enum PasswordAutofillContentType
Members
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. |
Related API Members
The following properties accept/return PasswordAutofillContentType values:
See Also