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

NavBarItemLink.Item Property

Gets an object representing the item to which the link corresponds.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

public NavBarItem Item { get; }

Property Value

Type Description
NavBarItem

A NavBarItem object to which the link corresponds.

See Also