Back to Devexpress

NavBarCustomHintEventArgs.Link Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcustomhinteventargs-b2102c56.md

latest1.3 KB
Original Source

NavBarCustomHintEventArgs.Link Property

Gets the link for which the hint is displayed.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public NavBarItemLink Link { get; }
vb
Public ReadOnly Property Link As NavBarItemLink

Property Value

TypeDescription
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

Group

NavBarCustomHintEventArgs Class

NavBarCustomHintEventArgs Members

DevExpress.XtraNavBar Namespace