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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxHtmlEditor.ToolbarMode |
ASP.NET MVC Extensions | HtmlEditorSettings.ToolbarMode |
See Also