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

NavBarItemLink.Enabled Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

Declaration

[Browsable(false)]
public virtual bool Enabled { get; }

Property Value

Type Description
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