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

MenuItemCollection(MenuItem) Constructor

Initializes a new instance of the MenuItemCollection class with the specified menu item that will own the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public MenuItemCollection(
    MenuItem menuItem
)

Parameters

Name Type Description
menuItem MenuItem

A MenuItem object specifying the menu item that will own the collection.

Remarks

This constructor is used to create a new instance of the MenuItemCollection class with the specified menu item that will own the collection.

Note

This constructor is primarily used by control developers.

See Also