Back to Devexpress

BarManager.AllowFocusBarWithoutMainMenu Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-134f4ee1.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool AllowFocusBarWithoutMainMenu { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Overridable Property AllowFocusBarWithoutMainMenu As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow to activate bars; otherwise false.

|

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace