DockItem.CanToggleAutoHide Property

DevZest WPF Docking

DockItemCanToggleAutoHide Property
Gets a value indicates whether the auto hide mode of this DockItem can be toggled.

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

Property Value

Type: Boolean
if the auto hide mode of this DockItem can be toggled, otherwise .
See Also