Back to Devexpress

BarItemLink.Enabled Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-af90e7b1.md

latest1.5 KB
Original Source

BarItemLink.Enabled Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool Enabled { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Enabled As Boolean

Property Value

TypeDescription
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: and the item can be clicked to perform specific actions. If it is disabled, its icon and caption appear shaded: and it cannot be clicked.

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace