NavBarControl.PressedLink Property
In This Article
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 |
---|---|
Nav |
A Nav |
#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