Skip to main content

HtmlEditorHtmlViewSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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