New to Telerik UI for .NET MAUI? Start a free 30-day trial
Telerik .NET MAUI Entry control preserves the same API as the Xamarin.Forms Entry with a few changes and improvements listed below.
Control | Control name | XAML Namespcace | C# Namespace |
---|
Xamarin Entry | RadEntry | xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input" | using Telerik.XamarinForms.Input; |
.NET MAUI Entry | RadEntry | xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" | using Telerik.Maui.Controls; |
Xamarin Entry | .NET MAUI Entry |
---|
WatermarkText | Placeholder |
WatermarkTextColor | PlaceholderColor |
- | CharacterSpacing |
- | IsTextPredictionEnabled |
- | ReturnType |
- | ClearButtonVisibility |
CompletedCommand | ReturnCommand |
BorderStyle.BorderColor | BorderBrush |
BorderStyle.BorderThickness | BorderThickness |
BorderStyle.CornerRadius | CornerRadius |
- | ClearButtonStyle |
- | VisualStates |
For a complete guide on app migration to .NET MAUI, go to Migrating Xamarin to MAUI topic.