Skip to main content

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.v23.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.

Remarks

Run Demo: Html Editing

See Also