...
<!--
If you are using Visual Basic, replace the XML namespace mapping for the CarsBusinessLogic class with the root namespace of your project.
-->
<igDP:XamDataPresenter Name="xamDataPresenter1" xmlns:Cars="clr-namespace:IGDocumentation">
<igDP:XamDataPresenter.DataItems>
<Cars:Car Make="Dodge" Model="Ram" BasePrice="22050.00" Mileage="153" />
<Cars:Car Make="Ford" Model="Explorer" BasePrice="27175.00" Mileage="96" />
<Cars:Car Make="BMW" Model="Z4" BasePrice="35600.00" Mileage="42" />
<Cars:Car Make="Toyota" Model="Camry" BasePrice="20790.99" Mileage="131" />
</igDP:XamDataPresenter.DataItems>
</igDP:XamDataPresenter>
...