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

NavBarCustomHintEventArgs.Link Property

Gets the link for which the hint is displayed.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

Property Value

Type Description
NavBarItemLink

A NavBarItemLink object representing the link for which the hint is displayed. null (Nothing in Visual Basic) if the hint is displayed for another element.

See Also