Gets or sets the focused row.
public BaseRow FocusedRow { get; set; }
Public Property FocusedRow As BaseRow
Use the FocusedRow property to access the currently focused row or to move row focus. When focus moves to a different row, the FocusedRowChanged event is raised.