Xceed DataGrid for Silverlight Documentation
SiblingsCount Property


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

Syntax
'Declaration
 
Public ReadOnly Property SiblingsCount As Integer
'Usage
 
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, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback