Skip to main content
A newer version of this page is available. .

DockManager.AutoHideSpeed Property

Gets or sets a value that specifies the auto-hide speed of dock panels.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(1)]
public virtual int AutoHideSpeed { get; set; }

Property Value

Type Default Description
Int32 1

An integer value that specifies the auto-hide speed of dock panels. The greater the value, the faster the auto-hide speed.

See Also