NavBarItemLink.Enabled Property
Gets a value indicating whether the link responds to user actions.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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