DockItem.IsHidden Property

DevZest WPF Docking

DockItemIsHidden Property
Gets a value indicates whether the DockItem is invisible. This is a dependency property.

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

Property Value

Type: Boolean
if DockItem is invisible, otherwise .
See Also