Gets or sets a value indicating whether the view generator can accept data that the user drags onto it. This property allows the view generator to be a target for drop operations. To allow the view generator to be a source of a Drag&Drop operation the Server
Introduced: X14.
public bool AllowDrop { get; set; }
Public Property AllowDrop() As Boolean