Back to Devexpress

NavBarItemLink.Enabled Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritemlink-c5b7a399.md

latest1.6 KB
Original Source

NavBarItemLink.Enabled Property

Gets a value indicating whether the link responds to user actions.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public virtual bool Enabled { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Enabled As Boolean

Property Value

TypeDescription
Boolean

true if the link is enabled; otherwise false.

|

Remarks

This property reads the NavBarItem.Enabled property to return its value. The NavBarItem object is accessed via the NavBarItemLink.Item property.

See Also

Enabled

Item

NavBarItem

NavBarItemLink Class

NavBarItemLink Members

DevExpress.XtraNavBar Namespace