ASPxMenu() Constructor
In This Article
Initializes a new instance of the ASPxMenu class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Remarks
This constructor is used to create a new instance of the menu control with the default settings. Use the ASPxMenuBase.Items property of the newly created object to access a collection of menu items and add new root items to the control. An individual menu item can be populated with submenu items by using the means provided by the item’s MenuItem.Items collection.
See Also