Skip to main content
A newer version of this page is available. .

NavBarItem.Enabled Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
[SmartTagProperty("Enabled", "Appearance", 10)]
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Enabled property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also