Back to Devexpress

DockManager.AutoHideSpeed Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-d6a5fbf1.md

latest1.9 KB
Original Source

DockManager.AutoHideSpeed Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1)]
[DXCategory("Behavior")]
public virtual int AutoHideSpeed { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(1)>
Public Overridable Property AutoHideSpeed As Integer

Property Value

TypeDefaultDescription
Int321

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.

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace