Xceed DataGrid for Silverlight Documentation
SiblingDraggedElements Property


Gets a collection of the dragged elements that are siblings of the main element being dragged.

Syntax
'Declaration
 
Public ReadOnly Property SiblingDraggedElements As DragDropContext.SiblingsCollection
'Usage
 
Dim instance As DragDropContext
Dim value As DragDropContext.SiblingsCollection
 
value = instance.SiblingDraggedElements
public DragDropContext.SiblingsCollection SiblingDraggedElements {get;}

Property Value

A DragDropContext.SiblingCollection containing the dragged sibling elements.

Requirements

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

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback