Back to Devexpress

HtmlEditorView Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-878757f7.md

latest1.6 KB
Original Source

HtmlEditorView Enum

Specifies the ASPxHtmlEditor ‘s active view

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HtmlEditorView
vb
Public Enum HtmlEditorView

Members

NameDescription
Design

Identifies the editor’s Design View.

| | Html |

Identifies the editor’s HTML View.

| | Preview |

Identifies the editor’s Preview View.

|

The following properties accept/return HtmlEditorView values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxHtmlEditor.ActiveView
HtmlEditorShortcut.ActionView
ASP.NET MVC ExtensionsHtmlEditorSettings.ActiveView

Remarks

Values listed by this enumerator are used to set the ASPxHtmlEditor.ActiveView property’s value.

See Also

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace