Skip to main content

HtmlEditorView Enum

Specifies the ASPxHtmlEditor‘s active view

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public enum HtmlEditorView

#Members

Name Description
Design

Identifies the editor’s Design View.

Html

Identifies the editor’s HTML View.

Preview

Identifies the editor’s Preview View.

#Related API Members

The following properties accept/return HtmlEditorView values:

Library Related API Members
ASP.NET Web Forms Controls ASPxHtmlEditor.ActiveView
HtmlEditorShortcut.ActionView
ASP.NET MVC Extensions HtmlEditorSettings.ActiveView

#Remarks

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

See Also