Skip to main content
Tab

ASPxMenu() Constructor

Initializes a new instance of the ASPxMenu class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxMenu()

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