BarButtonItemLink.Enabled Property
Indicates whether the item to which the current link corresponds is enabled.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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: 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