ActiveReports 12
AllowDrop Property (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : AllowDrop Property
Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property.
Syntax
'Declaration
 
Public Property AllowDrop As Boolean
public bool AllowDrop {get; set;}

Property Value

true if this element can be used as the target of a drag-and-drop operation; otherwise, false. The default value is false.
See Also

Reference

Viewer Class
Viewer Members