Back to Devexpress

NavBarControl.AllowSelectedLink Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-00cc017d.md

latest1.7 KB
Original Source

NavBarControl.AllowSelectedLink Property

OBSOLETE

This property is obsolete. Use LinkSelectionMode instead.

This property is obsolete. Use the NavBarControl.LinkSelectionMode property instead.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete. Use LinkSelectionMode instead.", false)]
public virtual bool AllowSelectedLink { get; set; }
vb
<DefaultValue(False)>
<Obsolete("This property is obsolete. Use LinkSelectionMode instead.", False)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property AllowSelectedLink As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if links can be selected; otherwise false.

|

See Also

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace