ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionManager Class / SelectedRow Property

In This Topic
    SelectedRow Property (DataGridSelectionManager)
    In This Topic
    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