Class EnterKey
Specifies the tag to be inserted on the "Enter key" press.
Inheritance
System.Object
EnterKey
Namespace: Syncfusion.XForms.RichTextEditor
Assembly: Syncfusion.SfRichTextEditor.XForms.dll
Syntax
public sealed class EnterKey : Enum
Fields
Div
Insert a div tag on the "Enter key" press.
Declaration
public const EnterKey Div
Field Value
Type |
---|
EnterKey |
Paragraph
Insert a paragraph tag on the "Enter key" press.
Declaration
public const EnterKey Paragraph
Field Value
Type |
---|
EnterKey |