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
Exceptions| Exception | Condition |
|---|---|
| InvalidOperationException | DockPosition is Unknown. |
RemarksWhen the DockItem is hidden, the IsHidden property is set to
and it is removed from VisibleItems
collection of its FirstPane.
See Also