Skip to main content
A newer version of this page is available. .
Bar

BarListItem.Enabled Property

Determines whether the current bar item is active.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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 this link to learn more.

See Also