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

ASPxHtmlEditorSettings.SettingsHtmlView Property

Provides access to settings that relate to HTML View.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public HtmlEditorHtmlViewSettings SettingsHtmlView { get; }

Property Value

Type Description
HtmlEditorHtmlViewSettings

An HtmlEditorHtmlViewSettings object that contains HTML view settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsHtmlView
ASPxHtmlEditor
.Settings.SettingsHtmlView
HtmlEditorSettings
.Settings.SettingsHtmlView
MVCxHtmlEditor
.Settings.SettingsHtmlView
See Also