DockManager.CanDrag Attached Property

DevZest WPF Docking

DockManagerCanDrag Attached Property
Gets or sets the value indicates whether drag and double click can be initiated for the specified element.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
See GetCanDrag, SetCanDrag
See GetCanDrag, SetCanDrag

Property Value

Type: Boolean
if drag and double click can be initiated, otherwise .
Remarks
Set CanDrag attached property to for element(s) in control template of WpfFloatingWindow, NativeFloatingWindow, and DockWindow derived classes (ToolWindow and DocumentWindow) to determine where drag and double click can be initiated.
See Also