DockItem.CanToggleFloating Property

DevZest WPF Docking

DockItemCanToggleFloating Property
Gets a value indicates whether the floating 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 CanToggleFloating { get; }
Public ReadOnly Property CanToggleFloating As Boolean
	Get

Property Value

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