[]
Gets or sets the data item corresponding to the selected row.
public object SelectedItem { get; set; }
Public Property SelectedItem As Object
<p>In unbound mode, there are no data items associated with the rows, and
this property always returns null.
You can get the index of the selected row in bound and unbound modes using the Selection property.