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

SettingsBase.EncodeHtml Property

Gets or sets a value that specifies whether the web control’s value and element content are rendered as pure HTML, or HTML markers are stripped out.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool EncodeHtml { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to EncodeHtml
MVCxFormLayoutItem
PivotGridSettings
ReportToolbarExtension
.Settings.EncodeHtml
ReportViewerExtension
.Settings.EncodeHtml
SchedulerSettings
SchedulerStorageControlSettings
See Also