MenuSettingsBase.Items Property
Gets a collection that contains menu items of the menu’s root level.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
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