Xceed Ultimate ListBox for Silverlight Documentation
SiblingDraggedElements Property


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

Syntax
Public ReadOnly Property SiblingDraggedElements As DragDropContext.SiblingsCollection
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback