NavBarItemLink.NavBar Property
In This Article
Returns the NavBarControl control to which the link belongs.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#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