Item Property (GridSelectedItemsCollection)
In This Topic
The selected item at the specified .
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Object
public object this[
int
]; {get; set;}
Parameters
- index
- The index in the collection of selected items.
See Also