Skip to main content

NavBarControl.SelectLinkOnPress Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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