Skip to main content

ToolbarFormControl.AutoExpandMenusOnHover Property

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

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v23.2.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