Skip to main content
A newer version of this page is available. .

ToolbarMenuItemCollection Class

A collection that maintains a ToolbarDropDownMenu‘s menu items.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.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