Skip to main content

NavElement.Enabled Property

Gets or sets whether the current NavElement object is enabled. This property affects the TileNavPane.Buttons collection elements.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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.

Remarks

Depending on the TileNavPane.UseDisabledStateAppearance property, disabled buttons may look identical to enabled, or use unique appearance settings stored in the TileNavPane.AppearanceDisabled property.

See Also