MenuItem.Menu Property
In This Article
Gets the menu object to which the current menu item belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxMenuBase Menu { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the Menu property to identify and access the menu object which owns the current menu item.
See Also