Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarControl.PressedLink Property

Gets an object representing the pressed link.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

#Property Value

Type Description
NavBarItemLink

A NavBarItemLink object representing the pressed link. null (Nothing in Visual Basic) if none of the links are pressed at present.

#Remarks

A link is considered pressed if a user holds the left mouse button and the mouse pointer is over the link. Use the PressedLink property to obtain the NavBarItemLink object representing the currently pressed link.

You can also use the NavBarControl.PressedGroup property to obtain an object representing the currently active group.

See Also