ToolbarMenuItemCollection Class
In This Article
A collection that maintains a ToolbarDropDownMenu‘s menu items.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Related API Members
The following members return ToolbarMenuItemCollection objects:
#Remarks
The ToolbarMenuItemCollection instance can be accessed via the ToolbarDropDownMenu.Items property.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also