I dont think there is.
The code property is NavigateForFormsPages
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist.navigateforformspages.aspx
But it doesnt appear on either the list or listinstance schema
http://msdn.microsoft.com/en-us/library/ms415091.aspx
http://msdn.microsoft.com/en-us/library/ms476062.aspx
I did a little test, created a new list, then set the property through the browser, then saved the list as a template. There is a property NavigateForFormsPages exported in the template manifest.xml
<List Name="{DE7BBD17-2A35-434C-B8C4-DEB257F40DB3}" Title="ImportData" Description="" Direction="0" BaseType="1" FeatureId="{00BFEA71-E717-4E80-AA17-D0C71B360101}" SendToLocation="|" ServerTemplate="101" Url="ImportData" VersioningEnabled="TRUE" MajorVersionLimit="0" MajorWithMinorVersionsLimit="0" DisableAttachments="TRUE" NavigateForFormsPages="TRUE" BrowserFileHandling="permissive" Version="4">
But the exported value doesnt match what you set in the UI, it is always TRUE.
Even if you edit the manifest.xml, set the property FALSE, re-package and create a new list, sharepoint still ignores the value.