Version

removeSource Method

Removes source which was set by addSourceElement or by addSourceObject.
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeSource( 
   obj : {Any}
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.removeSource({Any});

Parameters

obj
Reference to DOM element or to Infragistics.Web.UI.UIObject.
See Also