Back to Devexpress

NavBarControl.SelectLinkOnPress Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-13fa5864.md

latest1.4 KB
Original Source

NavBarControl.SelectLinkOnPress Property

Gets or sets whether a link is selected on the MouseDown or MouseUp event.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool SelectLinkOnPress { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property SelectLinkOnPress As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if a link is selected on the MouseDown event; otherwise, false.

|

Remarks

Note

If the NavBarDragDrop.AllowDrop option is enabled, a link is always selected on the MouseDown event, regardless the SelectLinkOnPress property’s value.

See Also

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace