Xceed DataGrid for Silverlight Documentation
Item Property (DragDropContext.SiblingsCollection)


The zero-based index at which to retrieve the item.
Gets the item at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As FrameworkElement
'Usage
 
Dim instance As DragDropContext.SiblingsCollection
Dim index As Integer
Dim value As FrameworkElement
 
instance.Item(index) = value
 
value = instance.Item(index)
public FrameworkElement this[ 
   int index
]; {get; set;}

Parameters

index
The zero-based index at which to retrieve the item.

Property Value

The item at the specified index.
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