Skip to main content

NavBarControl.PressedLink Property

Gets an object representing the pressed link.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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