Skip to main content

View Modes

ASPxHtmlEditor allows users to modify and view content in the following view modes:

  • Design View

    Allows users to modify editor content using various design tools, and immediately see the results.

  • HTML View

    Allows users to use HTML markup to modify editor content.

  • Preview

    Allows users to view editor content as a regular webpage.

To activate a specific view mode, use the editor’s ASPxHtmlEditor.ActiveView property.

ASPxHtmlEditor1.ActiveView = HtmlEditorView.Html;