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

BarItemLink.Enabled Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public virtual 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