Migrating from Xamarin SfMaskedEdit to .NET MAUI SfMaskedEntry
14 Dec 20231 minute to read
To migrate easier from the Xamarin SfMaskedEdit to .NET MAUI SfMaskedEntry, most of the APIs are kept from the Xamarin SfMaskedEdit in MAUI SfMaskedEntry. However, to maintain the consistency of API naming in MAUI SfMaskedEntry, rename some of the APIs. The APIs changed in MAUI SfMaskedEntry from Xamarin SfMaskedEdit are detailed as follows.
Namespaces
Xamarin SfMaskedEdit | .NET MAUI SfMaskedEntry |
---|---|
Syncfusion.XForms.MaskedEdit | Syncfusion.Maui.Inputs |
Enum
Enum | Xamarin SfMaskedEdit | .NET MAUI SfMaskedEntry | Description |
---|---|---|---|
Xamarin - MaskType .NET MAUI - MaskedEntryMaskType |
, . |
, . |
Gets or sets the type of mask elements. |
Upcoming features
- Border customization
- HasError and Validation mode
- MaskFormat for clipboard operations
- Password character and password delay duration.