General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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.2.dll
Declaration
Members
Name | Description |
---|---|
BR | A Linebreak tag br is entered after pressing the ENTER key. |
Default | Depending upon an end user's browser the P or br tags are entered after an ENTER key press. |
P | Paragraph tag P is entered after pressing the ENTER key. |
Remarks
Values listed by this enumerator are used to set the ASPxHtmlEditorHtmlEditingSettings.EnterMode property's value.
See Also
Feedback