Back to Devexpress

ToolbarMenuItemCollection Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-1f70cb6c.md

latest2.9 KB
Original Source

ToolbarMenuItemCollection Class

A collection that maintains a ToolbarDropDownMenu‘s menu items.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ToolbarMenuItemCollection :
    ToolbarItemCollectionBase<ToolbarMenuItem>
vb
Public Class ToolbarMenuItemCollection
    Inherits ToolbarItemCollectionBase(Of ToolbarMenuItem)

The following members return ToolbarMenuItemCollection objects:

Remarks

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

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<ToolbarMenuItem>

ICollection<ToolbarMenuItem>

IEnumerable<ToolbarMenuItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<ToolbarMenuItem> ToolbarItemCollectionBase<ToolbarMenuItem> ToolbarMenuItemCollection

See Also

ToolbarMenuItemCollection Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace