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

MenuItemCollection() Constructor

Initializes a new instance of the MenuItemCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public MenuItemCollection()

Remarks

The default constructor creates a new instance of the MenuItemCollection class and initializes its properties to their default values.

Note

This constructor is primarily used by control developers.

See Also