aspnet-devexpress-dot-web-dot-aspxhtmleditor-1f70cb6c.md
A collection that maintains a ToolbarDropDownMenu‘s menu items.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class ToolbarMenuItemCollection :
ToolbarItemCollectionBase<ToolbarMenuItem>
Public Class ToolbarMenuItemCollection
Inherits ToolbarItemCollectionBase(Of ToolbarMenuItem)
The following members return ToolbarMenuItemCollection objects:
The ToolbarMenuItemCollection instance can be accessed via the ToolbarDropDownMenu.Items property.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<ToolbarMenuItem> ToolbarItemCollectionBase<ToolbarMenuItem> ToolbarMenuItemCollection
See Also