Back to Devexpress

MenuItem.Menu Property

aspnet-devexpress-dot-web-dot-menuitem-965facae.md

latest1.1 KB
Original Source

MenuItem.Menu Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxMenuBase Menu { get; }
vb
Public ReadOnly Property Menu As ASPxMenuBase

Property Value

TypeDescription
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

Parent

MenuItem Class

MenuItem Members

DevExpress.Web Namespace