ASPxHtmlEditorHtmlEditingSettings.EnterMode Property
Gets or sets a value that specifies the editor’s behavior, when the ENTER key is pressed by an end user.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(HtmlEditorEnterMode.P)]
public HtmlEditorEnterMode EnterMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Html |
P | One of the Html |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Enter |
---|---|---|
ASP. |
Html |
|
Html |
|
|
ASP. |
ASPx |
|