Skip to main content

NavBarItemLink.NavBar Property

Returns the NavBarControl control to which the link belongs.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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