Xceed Ultimate ListBox for Silverlight Documentation
SiblingsCount Property


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

Syntax
Public ReadOnly Property SiblingsCount As Integer
Dim instance As DragDropContext
Dim value As Integer
 
value = instance.SiblingsCount
public int SiblingsCount {get;}

Property Value

An int representing the number of dragged siblings.

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