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

NavBarControl.PressedLink Property

Gets an object representing the pressed link.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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