Xceed DataGrid for Silverlight Documentation
CurrentDropTarget Property


Gets the current drop target.
Syntax
'Declaration
 
Public ReadOnly Property CurrentDropTarget As IDropTarget
'Usage
 
Dim instance As DragDropContext
Dim value As IDropTarget
 
value = instance.CurrentDropTarget
public IDropTarget CurrentDropTarget {get;}

Property Value

An IDropTarget representing the current drop target.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback