HTML Editor Toolbars
Toolbars group items in the control header. Users can use toolbars to edit content within the ASPxHtmlEditor control’s design view area.
The ASPxHtmlEditor.ToolbarMode property defines the following toolbar types of the ASPxHtmlEditor:
Menu Toolbar – ASPxHtmlEditor renders its toolbar as a Menu element. Use the ASPxHtmlEditor.Toolbars collection to customize the menu toolbar.
Ribbon Toolbar – ASPxHtmlEditor renders its toolbar as a Ribbon element. To customize the ribbon tabs, use the ASPxHtmlEditor.RibbonTabs collection.