Search
DockItem.CanDrag Property
See Also
 





Gets or sets a value indicating whether the item can be dragged. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool CanDrag { get; set; }

Visual Basic  Copy Code

Public Property CanDrag As Boolean

 Property Value

true if the item can be dragged; otherwise, false.

 See Also