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

BootstrapMenuItem.Parent Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[Browsable(false)]
public BootstrapMenuItem Parent { get; }

Property Value

Type Description
BootstrapMenuItem

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

See Also