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

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

NuGet Package: DevExpress.Web

Declaration

public enum HtmlEditorToolbarMode

Members

Name Description
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.

Related API Members

The following properties accept/return HtmlEditorToolbarMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxHtmlEditor.ToolbarMode
ASP.NET MVC Extensions HtmlEditorSettings.ToolbarMode

See Also