Skip to main content

NavBarItem.Enabled Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool Enabled { get; set; }

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