Back to Devexpress

DockPanel.ParentAutoHideContainer Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-995d3f7d.md

latest1.7 KB
Original Source

DockPanel.ParentAutoHideContainer Property

Gets the auto-hide container which displays the panel’s label when its automatic hiding functionality is enabled.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public AutoHideContainer ParentAutoHideContainer { get; }
vb
<Browsable(False)>
Public ReadOnly Property ParentAutoHideContainer As AutoHideContainer

Property Value

TypeDescription
AutoHideContainer

An AutoHideContainer object representing the auto-hide container that owns the panel when its automatic hiding functionality is enabled.

|

See Also

ParentPanel

AutoHideContainers

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace