Class EditorMode
Specifies which type of content is to be edited in the SfRichTextEditor.
Inheritance
System.Object
EditorMode
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EditorMode : Enum
Fields
HTML
The Rich Text Editor allows to edit HTML markup content.
Declaration
public const EditorMode HTML
Field Value
Type |
---|
EditorMode |
Markdown
The Rich Text Editor allow to edit Markdown content.
Declaration
public const EditorMode Markdown
Field Value
Type |
---|
EditorMode |