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

HtmlSettingsAttribute.AllowEditFullDocument Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool AllowEditFullDocument { get; set; }

Property Value

Type Description
Boolean

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

See Also