Back to Devexpress

HtmlEditorHtmlEditingMode Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-60d251a5.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HtmlEditorHtmlEditingMode
vb
Public Enum HtmlEditorHtmlEditingMode

Members

NameDescription
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.

|

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

DevExpress.Web.ASPxHtmlEditor Namespace