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 |
|
See Also