Skip to main content

ToolbarMenuItemCollection Class

A collection that maintains a ToolbarDropDownMenu‘s menu items.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ToolbarMenuItemCollection :
    ToolbarItemCollectionBase<ToolbarMenuItem>

The following members return ToolbarMenuItemCollection objects:

Remarks

The ToolbarMenuItemCollection instance can be accessed via the ToolbarDropDownMenu.Items property.

See Also