ComponentOne DataGrid for WPF and Silverlight
SelectedRow Property (DataGridSelectionManager)

C1.Silverlight.DataGrid Namespace > DataGridSelectionManager Class : SelectedRow Property
Gets the first selected row. In case there aren't selected rows return null.
Syntax
'Declaration
 
Public ReadOnly Property SelectedRow As DataGridRow
public DataGridRow SelectedRow {get;}

Property Value

The first selected row.
See Also

Reference

DataGridSelectionManager Class
DataGridSelectionManager Members