GridAllowDrop Property
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool AllowDrop { get; set; }
Public Property AllowDrop As Boolean
Get
Set
member AllowDrop : bool with get, set
Return Value
Booleantrue if drag-and-drop operations are allowed in the control; otherwise, false. The default is false.