Skip to main content
All docs
V24.2
Bar

BarManager.AllowFocusBarWithoutMainMenu Property

Gets or sets whether you can activate bars when their bar manager does not contain a main menu.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool AllowFocusBarWithoutMainMenu { get; set; }

Property Value

Type Default Description
Boolean false

true to allow to activate bars; otherwise false.

See Also