Back to Devexpress

HtmlEditorHtmlViewSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-af714608.md

latest2.1 KB
Original Source

HtmlEditorHtmlViewSettings Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorHtmlViewSettings :
    ASPxHtmlEditorSettingsBase
vb
Public Class HtmlEditorHtmlViewSettings
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorHtmlViewSettings

See Also

HtmlEditorHtmlViewSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace