Class EnterKey
Specifies the HTML tag used when the enter key is pressed. Options include P, DIV, or BR.
Inheritance
System.Object
    EnterKey
  Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class EnterKey : Enum
  Fields
BR
Declaration
public const EnterKey BR
  Field Value
| Type | 
|---|
| EnterKey | 
DIV
Declaration
public const EnterKey DIV
  Field Value
| Type | 
|---|
| EnterKey | 
P
Declaration
public const EnterKey P
  Field Value
| Type | 
|---|
| EnterKey |