MenuItem.Parent Property
In This Article
Gets the immediate parent menu item to which the current menu item belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
Use the Parent property to identify and access the immediate parent menu item which owns the current menu item.
See Also