Skip to main content
Bar

BarListItem.Enabled Property

Determines whether the current bar item is active.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool Enabled { get; set; }

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