Xceed DataGrid for Silverlight Documentation
Item Property (SelectedItemCollection)


Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As SelectedItemCollection
Dim index As Integer
Dim value As Object
 
instance.Item(index) = value
 
value = instance.Item(index)
public object this[ 
   int index
]; {get; set;}

Parameters

index
Requirements

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

See Also

Reference

SelectedItemCollection Class
SelectedItemCollection Members

Send Feedback