Back to Devexpress

NavBarItem.Enabled Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritem-43862034.md

latest1.3 KB
Original Source

NavBarItem.Enabled Property

Gets or sets a value specifying whether an item responds to user actions.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool Enabled { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

NavBarItem Class

NavBarItem Members

DevExpress.XtraNavBar Namespace