From 0719bbe76b52ec2ea06bdcae97c2041d6b04e0f9 Mon Sep 17 00:00:00 2001 From: ET <48451158+etvorun@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:41:35 -0700 Subject: [PATCH] Update migrate-from-xamarin.md --- controls/richtexteditor/migrate-from-xamarin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/richtexteditor/migrate-from-xamarin.md b/controls/richtexteditor/migrate-from-xamarin.md index a1213462a..486290f43 100644 --- a/controls/richtexteditor/migrate-from-xamarin.md +++ b/controls/richtexteditor/migrate-from-xamarin.md @@ -11,7 +11,7 @@ slug: richtexteditor-migrate-from-xamarin The tables in the following sections list the differences between the APIs of the Xamarin.Forms RichTextEditor and .NET MAUI RichTextEditor. ## Migrate the Namespaces -| Control | Control name | C# Namespace| XAML Namespcace | +| Control | Control name | XAML Namespcace| C# Namespace | | --------------- | --------------- | --------------- | --------------------------------------------------- | | Xamarin RichTextEditor | `RichTextEditor` | xmlns:telerikRichTextEditor="clr-namespace:Telerik.XamarinForms.RichTextEditor;assembly=Telerik.XamarinForms.RichTextEditor" | using Telerik.XamarinForms.RichTextEditor; | | .NET MAUI RichTextEditor | `RadRichTextEditor` | xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" | using Telerik.Maui.Controls; |