Skip to main content

DockManager.AutoHideSpeed Property

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(1)]
[DXCategory("Behavior")]
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