Class EnterKeyTag
Specifies a tag to be used in the SfRichTextEditor component when the enter Key is pressed.
Inheritance
System.Object
EnterKeyTag
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EnterKeyTag : Enum
Fields
BR
When the enter key is pressed a new line break <br> tag will be inserted.
Declaration
public const EnterKeyTag BR
Field Value
Type |
---|
EnterKeyTag |
DIV
When the enter key is pressed a new <div> tag will be inserted.
Declaration
public const EnterKeyTag DIV
Field Value
Type |
---|
EnterKeyTag |
P
When the enter key is pressed a new <p> tag will be inserted.
Declaration
public const EnterKeyTag P
Field Value
Type |
---|
EnterKeyTag |