MenuSettingsBase.Items Property
In This Article
Gets a collection that contains menu items of the menu’s root level.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxMenuItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
MVCx |
An MVCx |
#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