DockTree.IsVisible Property

DevZest WPF Docking

DockTreeIsVisible Property
Gets a value indicates whether this DockTree is visible. 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 IsVisible { get; }
Public ReadOnly Property IsVisible As Boolean
	Get

Property Value

Type: Boolean
if this DockTree is visible, otherwise .
See Also