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

NavBarControl.SelectLinkOnPress Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool SelectLinkOnPress { get; set; }

Property Value

Type Default Description
Boolean **true**

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