Back to Devexpress

MenuSettingsBase.Items Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-2c4f0542.md

latest1.6 KB
Original Source

MenuSettingsBase.Items Property

Gets a collection that contains menu items of the menu’s root level.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxMenuItemCollection Items { get; }
vb
Public ReadOnly Property Items As MVCxMenuItemCollection

Property Value

TypeDescription
MVCxMenuItemCollection

An MVCxMenuItemCollection object that is the collection of items.

|

Remarks

The Items property provides access to a collection that contains all the items of the current Menu. This collection provides standard means to manipulate (add or remove) items within the Menu. A particular item can be accessed using index notation.

See Also

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace