Migrating from Xamarin SfMaskedEdit to .NET MAUI SfMaskedEntry
16 Sep 20251 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
- MaskFormat for clipboard operations
- Password delay duration.