ActiveReports 13
AllowDrop Property (LayerList)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design Namespace > LayerList Class : AllowDrop Property
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Syntax
'Declaration
 
Public Property AllowDrop As Boolean
public bool AllowDrop {get; set;}

Property Value

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

Reference

LayerList Class
LayerList Members