Skip to main content
A newer version of this page is available. .
Tab

ASPxMenu() Constructor

Initializes a new instance of the ASPxMenu class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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