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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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