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.v22.2.dll

NuGet Package: DevExpress.Win

Declaration

public NavBarItem Item { get; }

Property Value

Type Description
NavBarItem

A NavBarItem object to which the link corresponds.

See Also