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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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