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

NavBarItemLink.NavBar Property

Returns the NavBarControl control to which the link belongs.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public NavBarControl NavBar { get; }

Property Value

Type Description
NavBarControl

A NavBarControl object representing the owning control.

Remarks

This property reads the NavElement.NavBar property of the corresponding item to return its value. The corresponding item is obtained via the NavBarItemLink.Item property.

See Also