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

HtmlEditorBinderSettings.HtmlEditingSettings Property

Provides access to settings that relate to editing the HTML markup.

Namespace: DevExpress.Web.Mvc.BinderSettings

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxHtmlEditorHtmlEditingSettings HtmlEditingSettings { get; }

Property Value

Type Description
ASPxHtmlEditorHtmlEditingSettings

An ASPxHtmlEditorHtmlEditingSettings object that contains HTML editing settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to HtmlEditingSettings
DevExpressEditorsBinder
.HtmlEditorBinderSettings .HtmlEditingSettings
See Also