Skip to main content
A newer version of this page is available. .

HtmlEditorHtmlEditingMode Enum

Lists values that specify how HTML code is displayed in the Html view: as plain text, or using the Html code editor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public enum HtmlEditorHtmlEditingMode

Members

Name Description
Simple

HTML View displays HTML code as a plain text.

Advanced

HTML View highlights HTML code and provides advanced code editing features.

Auto

HTML View editing mode is automatically defined, depending on an end-user’s device and browser capabilities, to support the advanced mode features.

Related API Members

The following properties accept/return HtmlEditorHtmlEditingMode values:

Remarks

Values listed by this enumerator are used to set the HtmlEditorHtmlViewSettings.Mode property’s value.

Run Demo: Html Highlighting

See Also