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