Xceed DataGrid for Silverlight Documentation
GetParentDragContext Method


The object whose parent's DragDropContext will be retrieved.
Retrieves the DragDropContext of an object's parent.
Syntax
'Declaration
 
Public Shared Function GetParentDragContext( _
   ByVal obj As DependencyObject _
) As DragDropContext
'Usage
 
Dim obj As DependencyObject
Dim value As DragDropContext
 
value = DragDropContext.GetParentDragContext(obj)
public static DragDropContext GetParentDragContext( 
   DependencyObject obj
)

Parameters

obj
The object whose parent's DragDropContext will be retrieved.

Return Value

The retrieved DragDropContext.
Requirements

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

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback