Skip to content

Commit

Permalink
Merge pull request #878 from etvorun/patch-1
Browse files Browse the repository at this point in the history
Fix swapped column headers
  • Loading branch information
yordan-mitev authored Jul 11, 2024
2 parents a47e6f5 + 0719bbe commit e98c371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/richtexteditor/migrate-from-xamarin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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; |
Expand Down

0 comments on commit e98c371

Please sign in to comment.