Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditorMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved