Back to Devexpress

DateAutofillContentType Enum

maui-devexpress-dot-maui-dot-editors-b018983f.md

latest1.8 KB
Original Source

DateAutofillContentType Enum

Contains constants that identify the semantic meaning for a date editor.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public enum DateAutofillContentType

Members

NameDescriptionAndroid
None

Indicates that an autofill service cannot populate this editor.

| | | AndroidBirthDate |

Indicates that an autofill service can populate this editor with a date of birth.

|

AUTOFILL_HINT_BIRTH_DATE_FULL

| | AndroidCreditCardExpirationDate |

Indicates that an autofill service can populate this editor with a credit card expiration date.

|

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE

|

The following properties accept/return DateAutofillContentType values:

Extension Methods

Yield<DateAutofillContentType>()

YieldIfNotNull<DateAutofillContentType>()

See Also

DevExpress.Maui.Editors Namespace