Skip to main content
All docs
V25.1
  • ToolbarFormControl.AutoExpandMenusOnHover Property

    Gets or sets whether hovered menus should automatically expand after a short delay.

    Namespace: DevExpress.XtraBars.ToolbarForm

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(true)]
    [DXCategory("Properties")]
    public bool AutoExpandMenusOnHover { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to automatically expand menus on hover; otherwise, false.

    See Also