alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum EnterKeyTag

    Specifies a tag to be used in the SfRichTextEditor component when the Enter key is pressed.

    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum EnterKeyTag
    Remarks

    This setting determines which HTML tag will be automatically inserted when the Enter key is pressed.

    Fields

    Name Description
    BR

    When the Enter key is pressed, a new line break <br> tag will be inserted.

    DIV

    When the Enter key is pressed, a new <div> tag will be inserted.

    P

    When the Enter key is pressed, a new <p> tag will be inserted.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved