Skip to main content

ASPxHtmlEditorSettings.SettingsHtmlView Property

Provides access to settings that relate to HTML View.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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:

Library Object Type Path to SettingsHtmlView
ASP.NET MVC Extensions HtmlEditorSettings
.Settings .SettingsHtmlView
ASP.NET Web Forms Controls ASPxHtmlEditor
.Settings .SettingsHtmlView
See Also