Back to Devexpress

HtmlEditorToolbarMode Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-de9e141d.md

latest1.6 KB
Original Source

HtmlEditorToolbarMode Enum

Lists values that specify the type of the toolbar that is rendered in the ASPxHtmlEditor control.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HtmlEditorToolbarMode
vb
Public Enum HtmlEditorToolbarMode

Members

NameDescription
Menu

The toolbar for the HTML Editor is rendered as a menu.

| | Ribbon |

The toolbar for the HTML Editor is rendered as a ribbon.

| | ExternalRibbon |

An external ribbon is used by the HTML Editor as a toolbar.

| | None |

The HTML Editor has no toolbars.

|

The following properties accept/return HtmlEditorToolbarMode values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxHtmlEditor.ToolbarMode
ASP.NET MVC ExtensionsHtmlEditorSettings.ToolbarMode

See Also

Online Demo: HTML Editor - Toolbar Mode

DevExpress.Web.ASPxHtmlEditor Namespace