DockItem.Hide Method

DevZest WPF Docking

DockItemHide Method
Makes the DockItem invisible.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public void Hide()
Public Sub Hide
Exceptions
Remarks
When the DockItem is hidden, the IsHidden property is set to and it is removed from VisibleItems collection of its FirstPane.
See Also