WebThumbnailViewerAllowDragDrop Property |
Set to true to allow the user to drag a thumbnail to another position in the thumbnail control. Because
the state of the image is not changed at all, the image will have to be reordered on the server side. Use the
ThumbnailDrop event on the server side and the ThumbnailDropServer event on the client side.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool AllowDragDrop { get; set; }
Public Property AllowDragDrop As Boolean
Get
Set
Property Value
Type:
BooleanRemarks Caution |
---|
WebThumbnailViewer control is available with .NET Framework 3.5 and 4.5.2 only. |
See Also