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

ASPxPopupMenu() Constructor

Initializes a new instance of the ASPxPopupMenu class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxPopupMenu()

Remarks

This constructor is used to create a new instance of the popup 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