Skip to main content
Bar

HighlightedLinkChangedEventArgs.Link Property

Gets the currently highlighted link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Property Value

Type Description
BarItemLink

A BarItemLink object that represents the currently highlighted link. null (Nothing in Visual Basic) if no item is currently highlighted.

See Also