DockTree.AutoHideItems Property

DevZest WPF Docking

DockTreeAutoHideItems Property
Gets a collection of auto-hide DockItem 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 DockItemCollection AutoHideItems { get; }
Public ReadOnly Property AutoHideItems As DockItemCollection
	Get

Property Value

Type: DockItemCollection
A collection of DockItem objects contained by this DockTree.
See Also