Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DockManager.AutoHideSpeed Property

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.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 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