Back to Devexpress

NavBarItemLink.NavBar Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritemlink-c8d3fecc.md

latest1.6 KB
Original Source

NavBarItemLink.NavBar Property

Returns the NavBarControl control to which the link belongs.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public NavBarControl NavBar { get; }
vb
Public ReadOnly Property NavBar As NavBarControl

Property Value

TypeDescription
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

NavBarItem

Item

NavBar

NavBarItemLink Class

NavBarItemLink Members

DevExpress.XtraNavBar Namespace