NavBarItem.Enabled Property
Gets or sets a value specifying whether an item responds to user actions.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v25.1.dll
NuGet Package: DevExpress.Win
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