Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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