Back to Devexpress

MVCxMenuItemCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-bb93ed4c.md

latest2.6 KB
Original Source

MVCxMenuItemCollection Class

Represents a collection that maintains menu items.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxMenuItemCollection :
    MenuItemCollection
vb
Public Class MVCxMenuItemCollection
    Inherits MenuItemCollection

The following members return MVCxMenuItemCollection objects:

Implements

Show 11 items

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<MenuItem>

ICollection<MenuItem>

IEnumerable<MenuItem>

IHierarchicalEnumerable

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection MVCxMenuItemCollection

See Also

MVCxMenuItemCollection Members

Menu

DevExpress.Web.Mvc Namespace