NavBarItemLink.NavBar Property
Returns the NavBarControl control to which the link belongs.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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