GridAllowDrop Property

Gets or sets a value indicating whether the control can accept data that the user drags onto it.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool AllowDrop { get; set; }

Return Value

Boolean
true if drag-and-drop operations are allowed in the control; otherwise, false. The default is false.

See Also