Back to Devexpress

HtmlEditorEnterMode Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-b63fe6d0.md

latest1.6 KB
Original Source

HtmlEditorEnterMode Enum

Specifies the tag element that is entered in the markup after pressing the ENTER key.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HtmlEditorEnterMode
vb
Public Enum HtmlEditorEnterMode

Members

NameDescription
Default

Depending upon an end user’s browser the P or br tags are entered after an ENTER key press.

| | BR |

A Linebreak tag br is entered after pressing the ENTER key.

| | P |

Paragraph tag P is entered after pressing the ENTER key.

|

The following properties accept/return HtmlEditorEnterMode values:

Remarks

Values listed by this enumerator are used to set the ASPxHtmlEditorHtmlEditingSettings.EnterMode property’s value.

See Also

EnterMode

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace