Class EditorMode
Defines the types of editor mode in which the Rich Text Editor is rendered.
Inheritance
System.Object
EditorMode
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EditorMode : Enum
Fields
HTML
Defines the EditorMode as HTML.
Declaration
public const EditorMode HTML
Field Value
Type | Description |
---|---|
EditorMode |
Markdown
Defines the EditorMode as Markdown.
Declaration
public const EditorMode Markdown
Field Value
Type | Description |
---|---|
EditorMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |