New to Telerik UI for .NET MAUIStart a free 30-day trial

Migrating the Button from Xamarin.Forms to .NET MAUI

Telerik .NET MAUI Button control inherits from .NET MAUI Button. The Telerik Xamarin.Forms Button inherits from Xamarin.Form Button.

The tables in the following sections list the differences between the APIs of the Xamarin.Forms Button and .NET MAUI Button.

Namespaces Differences

When migrating the Button from Xamarin to .NET MAUI, consider the following differences in the namespaces:

ControlControl nameXAML NamespaceC# Namespace
Xamarin ButtonRadButtonxmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input"using Telerik.XamarinForms.Input;
.NET MAUI ButtonRadButtonxmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"using Telerik.Maui.Controls;

See Also

In this article
Namespaces DifferencesSee Also
Not finding the help you need?
Contact Support