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

HighlightedLinkChangedEventArgs.Link Property

Gets the currently highlighted link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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