HTML View
The HTML View allows users to modify editor content in HTML markup. Use the ASPxHtmlEditorSettings.AllowHtmlView property to enable the Html View area.
The HTML View includes features such as a context menu, search panel, and find and replace dialogs.
You can use the ASPxHtmlEditorSettings.SettingsHtmlView property to customize HTML View functionality.
Simple mode
An HTML Editor can display HTML code as plain text. In this case, the ASPxHtmlEditorSettings.SettingsHtmlView property’s settings are disabled (the search panel, find and replace dialogs, and context menu are unavailable). To enable this mode, set the HtmlEditorHtmlViewSettings.Mode property value to Simple.