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

HtmlEditorHtmlViewSettings Class

Contains settings that relate to the ASPxHtmlEditor‘s Html view.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorHtmlViewSettings :
    ASPxHtmlEditorSettingsBase

The following members return HtmlEditorHtmlViewSettings objects:

Remarks

The HtmlEditorHtmlViewSettings class contains settings that allow you to select an Html view editing mode and customize the Advanced mode settings.

An instance of the HtmlEditorHtmlViewSettings class can be accessed by the ASPxHtmlEditorSettings.SettingsHtmlView property.

Inheritance

See Also