DockTree.AutoHidePanes Property

DevZest WPF Docking

DockTreeAutoHidePanes Property
Gets a collection of auto-hide DockPane objects contained by this DockTree.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockPaneCollection AutoHidePanes { get; }
Public ReadOnly Property AutoHidePanes As DockPaneCollection
	Get

Property Value

Type: DockPaneCollection
A collection of DockPane objects contained by this DockTree, in the order of creation (last created last).
See Also