WebDragDropExtender Properties
| DragControls | Description The collection of WebDragControl in ISArray format. ValueType Collection ( ISArray ) Default Value |
| DropControls | Description The collection of WebDropControl in ISArray format. ValueType Collection ( ISArray ) Default Value |
| DragSettings | Description Contains global settings related to drag behavior. ValueType String Default Value |
| DropSettings | Description Contains global settings related to drop behavior. ValueType boolean Default Value False |
| ClientSideEvents | Description Contains drag and drop client side events. ValueType String Default Value |
WebDragDropExtender Methods
| ReInitializeDragControls | Description Performs re-initialization of drag controls in the WebDragDropExtender control. Parameters Remarks
|
| ReInitializeDropControls | Description Performs re-initialization of drop controls in the WebDragDropExtender control. Parameters Remarks You will need to call this method when the drop control is refreshed/updated using AJAX callback. For instance, if the WebExplorerPane items are removed or added using AJAX, the changes won't take effect until this method is called.
|
| ClearDropControlCache | Description Clear the cache of the drop controls. Parameters Remarks The drop controls are cached in many ways internally by WebDragDropExtender to provide a high performance drag-drop solution. However, when the drop control's properties are modified, for instances, its location or sizes, you need to call this method to invalidate the cache.
|