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

MenuItem.Menu Property

Gets the menu object to which the current menu item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxMenuBase Menu { get; }

Property Value

Type Description
ASPxMenuBase

An ASPxMenuBase object representing the menu to which the menu item belongs.

Remarks

Use the Menu property to identify and access the menu object which owns the current menu item.

See Also