BarListItem.Enabled Property
In This Article
Determines whether the current bar item is active.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the current bar item is active; otherwise, false. |
#Remarks
This method overrides the BarItem.Enabled property.
See Also