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.v20.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to AllowEditFullDocument
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
.SettingsHtmlEditing .AllowEditFullDocument
ASP.NET MVC Extensions HtmlEditorBinderSettings
.HtmlEditingSettings .AllowEditFullDocument
HtmlEditorSettings
.SettingsHtmlEditing .AllowEditFullDocument
MVCxHtmlEditor
.SettingsHtmlEditing .AllowEditFullDocument

Remarks

Run Demo: Html Editing

See Also