DataFormTextItem.AutofillContentType Property
Gets or sets the hint that helps an autofill service determine how to populate the editor with user data. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
public AutofillContentType AutofillContentType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Autofill |
None | The hint that helps an autofill service determine how to populate the editor with user data. |
Available values:
Name | Description | Android | i |
---|---|---|---|
None | Indicates that an autofill service cannot populate this editor. |
||
Username | Indicates that an autofill service can populate this editor with a username. |
||
Email |
Indicates that an autofill service can populate this editor with an email address. |
||
Credit |
Indicates that an autofill service can populate this editor with a credit card number. |
||
Name | Indicates that an autofill service can populate this editor with a person’s full name. |
||
Middle |
Indicates that an autofill service can populate this editor with a person’s middle name. |
||
Family |
Indicates that an autofill service can populate this editor with a person’s last/family name. |
||
Given |
Indicates that an autofill service can populate this editor with a person’s first name. |
||
Name |
Indicates that an autofill service can populate this editor with a person’s prefix, such as a title (“Mr.”, “Ms.”, “Dr.”, and so on). |
||
Name |
Indicates that an autofill service can populate this editor with the suffix of a person’s name |
||
Phone |
Indicates that an autofill service can populate this editor with a person’s full phone number with country code. |
||
One |
Indicates that an autofill service can populate this editor with a one-time code for delivery over SMS. |
||
Postal |
Indicates that an autofill service can populate this editor with a postal code. |
||
Address |
Indicates that an autofill service can populate this editor with a street address. |
||
Address |
Indicates that an autofill service can populate this editor with a locality (city/town). |
||
Address |
Indicates that an autofill service can populate this editor with a region/state. |
||
Address |
Indicates that an autofill service can populate this editor with a country name/code. |
||
Android |
Indicates that an autofill service can populate this editor with a date of birth. |
||
Android |
Indicates that an autofill service can populate this editor with a birth day (of the month). |
||
Android |
Indicates that an autofill service can populate this editor with a birth month. |
||
Android |
Indicates that an autofill service can populate this editor with a birth year. |
||
Android |
Indicates that an autofill service can populate this editor with a credit card expiration date. |
||
Android |
Indicates that an autofill service can populate this editor with a credit card expiration day. |
||
Android |
Indicates that an autofill service can populate this editor with a credit card expiration month. |
||
Android |
Indicates that an autofill service can populate this editor with a credit card expiration year. |
||
Android |
Indicates that an autofill service can populate this editor with a credit card security code. |
||
Android |
Indicates that an autofill service can populate this editor with a gender. |
||
Android |
Indicates that an autofill service can interpret this editor as a newly created username for save/update. |
||
Android |
Indicates that an autofill service can populate this editor with a person’s middle initial. |
||
Android |
Indicates that an autofill service can populate this editor with a phone number’s country code. |
||
Android |
Indicates that an autofill service can populate this editor with a phone number without country code. |
||
Android |
Indicates that an autofill service can populate this editor with the current device’s phone number for Sign Up/OTP flows. |
||
Android |
Indicates that an autofill service can populate this editor with an apartment/room/suite number. |
||
Android |
Indicates that an autofill service can populate this editor with auxiliary address details. |
||
Android |
Indicates that an autofill service can populate this editor with an extended ZIP/POSTAL code. |
||
IOSAddress |
Indicates that an autofill service can populate this editor with a city and state. |
||
IOSAddress |
Indicates that an autofill service can populate this editor with the first line of a street address. |
||
IOSAddress |
Indicates that an autofill service can populate this editor with the second line of a street address. |
||
IOSAddress |
Indicates that an autofill service can populate this editor with a sublocality. |
||
IOSJob |
Indicates that an autofill service can populate this editor with a job title. |
||
IOSLocation | Indicates that an autofill service can populate this editor with a location, such as a point of interest, an address, or another way to identify a location. |
||
IOSNickname | Indicates that an autofill service can populate this editor with a nickname. |
||
IOSOrganization |
Indicates that an autofill service can populate this editor with an organization name. |
||
IOSUrl | Indicates that an autofill service can populate this editor with a URL. |