Skip to main content
Bar

BarListItem.Enabled Property

Determines whether the current bar item is active.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

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