DockItem.HideOnPerformClose Property

DevZest WPF Docking

DockItemHideOnPerformClose Property
Gets or sets the value indicates whether hides or closes this DockItem when calling PerformClose.

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

Property Value

Type: Boolean
to hide the DockItem when calling PerformClose, otherwise to close the DockItem.
See Also