aspnet-4083-components-html-editor-concepts-toolbars-menu-toolbar-menu-toolbar-items-default-toolbar-items.md
ASPxHtmlEditor has a set of default toolbar items that allow users to perform specific predefined actions when they edit content in the Design View.
Each default toolbar item is a descendant of the ToolbarItemBase class. A click on a default toolbar item executes the corresponding command defined in the CommandName property. A default toolbar item’s command name identifies the item when you handle the ASPxClientHtmlEditor.CommandExecuted client event. On the client side, the allowed predefined command names are listed in the ASPxClientCommandConsts object.
You can use the HtmlEditorToolbarItem.Visible and HtmlEditorToolbarItem.VisibleIndex properties to specify the default toolbar item’s visibility and visible order amongst other toolbar items. Set the HtmlEditorToolbarItem.BeginGroup property to true to start a group with this toolbar item (a separator appears before the toolbar item in this case). Use the ToolbarItemBase.ToolTip property to define a toolbar item’s tooltip text.
You can add and remove items from a toolbar at design time using the ASPxHtmlEditor Designer.
If you need to have a toolbar item that implements custom functionality, you can create a custom toolbar item.
The table below lists the default toolbar items available in the ASPxHtmlEditor, classes that correspond to the items, and client-side commands that are executed by the items.