Skip to main content

DockManager.AutoHideSpeed Property

Gets or sets the auto-hide animation speed for dock panels.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v25.1.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 animation speed for dock panels. The greater the value, the faster the animation.

Remarks

With slide animation effects applied, dock panels can be hidden gradually. Use the AutoHideSpeed property to accelerate the hiding animation for dock panels.

The minimum (and default) value is 1, which is the basic hiding speed. To hide dock panels twice as quickly, set AutoHideSpeed to 2.

In the following animation, the left dock panel’s AutoHideSpeed is 1, and the right dock panel’s AutoHideSpeed is 5. The right panel is hidden more quickly.

WinForms - DockManager AutoHideSpeed property, DevExpress

See Also