NavBarControl.SelectLinkOnPress Property
Gets or sets whether a link is selected on the MouseDown or MouseUp event.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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