ToolbarFormControl.AutoExpandMenusOnHover Property
Gets or sets whether hovered menus should automatically expand after a short delay.
Namespace: DevExpress.XtraBars.ToolbarForm
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[DXCategory("Properties")]
public bool AutoExpandMenusOnHover { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also