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

DockingOptions.HideImmediatelyOnAutoHide Property

Gets or sets whether a panel hides immediately (without animation) when the user unpins the panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool HideImmediatelyOnAutoHide { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if a panel hides immediately (without animation) when the user unpins the panel; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HideImmediatelyOnAutoHide
WinForms Controls SnapDockManager
.DockingOptions.HideImmediatelyOnAutoHide
DockManager
.DockingOptions.HideImmediatelyOnAutoHide
Reporting XRDesignDockManager
.DockingOptions.HideImmediatelyOnAutoHide

Remarks

Setting the HideImmediatelyOnAutoHide property to true is equivalent to setting the HidePanelsImmediately property to OnAutoHide. See HidePanelsImmediately for more information.

See Also