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

MenuItem.Parent Property

Gets the immediate parent menu item to which the current menu item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public MenuItem Parent { get; }

Property Value

Type Description
MenuItem

A MenuItem object representing the menu item’s immediate parent.

Remarks

Use the Parent property to identify and access the immediate parent menu item which owns the current menu item.

See Also