Skip to main content
Tab

MenuItemCollection() Constructor

Initializes a new instance of the MenuItemCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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