BarManager.PressedLink Property
In This Article
Gets the currently pressed link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual BarItemLink PressedLink { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
If a link has been pressed, it remains pressed until the end-user releases the mouse button even if the mouse pointer leaves the link area.
See Also