NavBarItem.Enabled Property
Gets or sets a value specifying whether an item responds to user actions.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if an item responds to user actions; otherwise false. |
Remarks
Set the Enabled property to false to disable all links which refer to this item. Otherwise these links are enabled.
See Also