windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingoptions-bbd47759.md
Gets or sets whether a panel hides immediately (without animation) when the user unpins the panel and whether a panel hides immediately when it loses the focus.
Namespace : DevExpress.XtraBars.Docking
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(HidePanelsImmediatelyMode.Never)]
[XtraSerializableProperty(XtraSerializationFlags.SuppressDefaultValue)]
public HidePanelsImmediatelyMode HidePanelsImmediately { get; set; }
<DefaultValue(HidePanelsImmediatelyMode.Never)>
<XtraSerializableProperty(XtraSerializationFlags.SuppressDefaultValue)>
Public Property HidePanelsImmediately As HidePanelsImmediatelyMode
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraBars.Docking.Helpers.HidePanelsImmediatelyMode | Never |
A value that specifies whether a panel hides immediately (without animation) when the user unpins the panel and whether a panel hides immediately when it loses focus.
|
You can access this nested property as listed below:
| Object Type | Path to HidePanelsImmediately |
|---|---|
| DockManager |
.DockingOptions .HidePanelsImmediately
|
Use the HidePanelsImmediately property to set flags that specify whether panels hide immediately (without animation):
See Also