Skip to content

Commit a7c7166

Browse files
authored
Update Basic-Features.md
1 parent ca49d64 commit a7c7166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/Rich-Text-Editor/Basic-Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The formatted text of Rich Text Editor can be retrieved using the `HtmlText` pro
4747
{% highlight C# %}
4848

4949
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";
50+
richtexteditor.HtmlText = "The rich text editor component is WYSIWYG editor that provides the best user experience to create and update the content";
5151

5252
{% endhighlight %}
5353

0 commit comments

Comments
 (0)