We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca49d64 commit a7c7166Copy full SHA for a7c7166
MAUI/Rich-Text-Editor/Basic-Features.md
@@ -47,7 +47,7 @@ The formatted text of Rich Text Editor can be retrieved using the `HtmlText` pro
47
{% highlight C# %}
48
49
SfRichTextEditor richTextEditor = new SfRichTextEditor();
50
-richtexteditor.Text = "The rich text editor component is WYSIWYG editor that provides the best user experience to create and update the content";
+richtexteditor.HtmlText = "The rich text editor component is WYSIWYG editor that provides the best user experience to create and update the content";
51
52
{% endhighlight %}
53
0 commit comments