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

HtmlEditorHtmlEditingSettings.AllowEditFullDocument Property

Specifies if end-users can edit the full document content or the body tag content only.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(false)]
public bool AllowEditFullDocument { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to allow end-users edit the full document content; false to allow end-users edit the body tag content only.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowEditFullDocument
ASPxHtmlEditor
.SettingsHtmlEditing.AllowEditFullDocument
HtmlEditorBinderSettings
.HtmlEditingSettings.AllowEditFullDocument
HtmlEditorSettings
.SettingsHtmlEditing.AllowEditFullDocument
MVCxHtmlEditor
.SettingsHtmlEditing.AllowEditFullDocument

Remarks

Online Demo

Html Editing

See Also