MenuItemTemplateContainer(MenuItem) Constructor
Initializes a new instance of the MenuItemTemplateContainer class with the specified setting.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | MenuItem | A MenuItem object specifying the menu item which the current object belongs to. |
Remarks
This constructor is used to create a new MenuItemTemplateContainer class instance and initialize its MenuItemTemplateContainer.Item property with the specified value.
See Also