Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public enum HtmlEditorEnterMode

Members

Name Description
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.

Related API Members

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