Answer:
We can hide toolbar in Blazor Rich Text Editor, by disabling the Enabled property of the RichTextEditorToolbarsettings. In order to prevent the editor from editing, We can enable the Readonly property.
<SfRichTextEditor Readonly="true">
<RichTextEditorToolbarSettings Enable="false">RichTextEditorToolbarSettings>
<p>Rich Text Editor allows to insert images from online
source as well as local computer where you want to insert the image in your
content.p>
<p><b>Get started Quick Toolbar to click on the imageb>p>
<p>It is possible to add custom style on the selected
image inside the Rich Text Editor through quick toolbar.p>
SfRichTextEditor> |