Gets or sets a boolean value indicating whether the grid element can accept data that the user drags onto it.
'Declaration
<DescriptionAttribute("Indicates whether the grid element can accept data that the user drags onto it.")>
<CategoryAttribute("Behavior")>
Public Property AllowDrop As Boolean
'Usage
Dim instance As VisualGridElement
Dim value As Boolean
instance.AllowDrop = value
value = instance.AllowDrop
[Description("Indicates whether the grid element can accept data that the user drags onto it.")]
[Category("Behavior")]
public bool AllowDrop {get; set;}
Property Value
true if drag-and-drop operations are allowed in the grid element; false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2