aspnet-devexpress-dot-web-dot-aspxhtmleditor-60d251a5.md
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
public enum HtmlEditorHtmlEditingMode
Public Enum HtmlEditorHtmlEditingMode
| 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.
|
The following properties accept/return HtmlEditorHtmlEditingMode values:
Values listed by this enumerator are used to set the HtmlEditorHtmlViewSettings.Mode property’s value.
See Also