Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    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