Back to Devexpress

HtmlEditorBinderSettings.HtmlEditingSettings Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-bindersettings-dot-htmleditorbindersettings.md

latest1.8 KB
Original Source

HtmlEditorBinderSettings.HtmlEditingSettings Property

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

Namespace : DevExpress.Web.Mvc.BinderSettings

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxHtmlEditorHtmlEditingSettings HtmlEditingSettings { get; }
vb
Public ReadOnly Property HtmlEditingSettings As ASPxHtmlEditorHtmlEditingSettings

Property Value

TypeDescription
ASPxHtmlEditorHtmlEditingSettings

An ASPxHtmlEditorHtmlEditingSettings object that contains HTML editing settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HtmlEditingSettings
DevExpressEditorsBinder

.HtmlEditorBinderSettings .HtmlEditingSettings

|

See Also

HtmlEditorBinderSettings Class

HtmlEditorBinderSettings Members

DevExpress.Web.Mvc.BinderSettings Namespace