alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum ShiftEnterKeyTag

    Specifies a tag to be used in the SfRichTextEditor component when the Shift + Enter keys are pressed.

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

    This setting configures the tag inserted when Shift + Enter keys are pressed for soft breaks.

    Fields

    Name Description
    BR

    When Shift + Enter keys are pressed, a new line break <br> tag will be inserted.

    DIV

    When Shift + Enter keys are pressed, a new <div> tag will be inserted.

    P

    When Shift + Enter keys are 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