BarListItem.Enabled Property
Determines whether the current bar item is active.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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