HtmlEditorView Enum
Specifies the ASPxHtmlEditor‘s active view
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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