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

NavBarLinkEventArgs.Link Property

Gets the link for which the event is raised.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v21.2.dll

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

Declaration

Property Value

Type Description
NavBarItemLink

A NavBarItemLink object representing the link for which the event is raised.

See Also