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

NavElement.Enabled Property

Gets or sets whether the current NavElement object is enabled. This property is in effect for elements of the TileNavPane.Buttons collection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the current NavElement is enabled; otherwise, false.

See Also