Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property.
Syntax
'Declaration
Public Property AllowDrop As Boolean
public bool AllowDrop {get; set;}
Property Value
true if this element can be used as the target of a drag-and-drop operation; otherwise, false. The default value is false.
See Also