aspnet-devexpress-dot-web-d302b00a.md
Represents a collection that maintains menu items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class MenuItemCollection :
HierarchicalCollection<MenuItem>
Public Class MenuItemCollection
Inherits HierarchicalCollection(Of MenuItem)
The following members return MenuItemCollection objects:
Menu items are stored within collections which are represented by instances of the MenuItemCollection class. A collection of root items can be accessed via the ASPxMenuBase.Items property of a menu control; a collection of a menu item’s subitems is available through the MenuItem.Items property of the item.
The properties and methods exposed by the MenuItemCollection class can be used to perform common collection operations such as adding new or deleting the existing menu items. Each item of the collection is represented by a MenuItem object. Individual menu items can be accessed using either indexer notation, by their names or display texts using the specific methods of the collection.
DevExpress.Utils.IAssignableCollection
Show 25 items
Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GanttToolbarItemCollection
GridViewContextMenuItemCollection
VerticalGridToolbarItemCollection
BootstrapToolbarItemCollection
BootstrapCardViewToolbarMenuItemCollection
BootstrapCardViewToolbarItemCollection
BootstrapGridViewToolbarMenuItemCollection
BootstrapToolbarMenuItemCollection
BootstrapGridViewToolbarItemCollection
MVCxCardViewToolbarItemCollection
MVCxGridViewToolbarItemCollection
MVCxVerticalGridToolbarItemCollection
MVCxTreeListToolbarItemCollection
See Also