Skip to main content
Bar

BarButtonItemLink.Enabled Property

Indicates whether the item to which the current link corresponds is enabled.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool Enabled { get; }

Property Value

Type Description
Boolean

true if the item to which the current link corresponds is enabled; otherwise, false.

Remarks

If a specific BarItem is enabled, then its icon and caption appear in full color:Enabled true and the item can be clicked to perform specific actions. If it is disabled, its icon and caption appear shaded:Enabled false and it cannot be clicked.

See Also