Skip to main content

NavBarItemLink.Enabled Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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