Xceed DataGrid for Silverlight Documentation
Add Method (DragDropContext.SiblingsCollection)


The object to be added to the end of the collection.
Adds an object to the end of the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As FrameworkElement _
) 
'Usage
 
Dim instance As DragDropContext.SiblingsCollection
Dim item As FrameworkElement
 
instance.Add(item)
public void Add( 
   FrameworkElement item
)

Parameters

item
The object to be added to the end of the collection.
Requirements

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

See Also

Reference

DragDropContext.SiblingsCollection Class
DragDropContext.SiblingsCollection Members

Send Feedback