Back to Devexpress

DockingOptions.HideImmediatelyOnAutoHide Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingoptions-a88eb79a.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual bool HideImmediatelyOnAutoHide { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property HideImmediatelyOnAutoHide As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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:

Object TypePath to HideImmediatelyOnAutoHide
DockManager

.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

HideImmediately()

HidePanelsImmediately

Working with Panel Containers

DockingOptions Class

DockingOptions Members

DevExpress.XtraBars.Docking Namespace