Skip to main content

Menu Toolbar Items

In the Design View, menu toolbar items allow users to perform specific actions (executed with corresponding commands) to edit ASPxHtmlEditor content.

ASPxHtmlEditor-ToolbarItem

The HtmlEditorToolbar.Items property allows you to access the collection of toolbar items. This collection is the HtmlEditorToolbarItemCollection class instance. To access, add, or delete an individual item, you can use its index (the Collection<T>.Item property) or display text (the ToolbarItemCollectionBase<T>.FindByText method).

An individual toolbar item object is a descendant of the HtmlEditorToolbarItem class.

ASPxHtmlEditor has default toolbar items that allow users to perform frequently used operations. You can also implement custom toolbar items with custom functionality and content.