Glossary Item Box
The xamDataPresenter™ control is a derived control that displays data in different Views. One of the built-in views is GridView which is derived from the ViewBase class. The GridView contains the same functionality as the xamDataGrid™ control. Therefore, any topic in the xamDataGrid help section applies to the xamDataPresenter's GridView.
For example, you can change the code between the XamDataGrid tags in the Changing the Record Orientation topic and have it apply to xamDataPresenter's GridView. Simply change the XamDataGrid object to the GridView object as the code below demonstrates.
In XAML:
<igDP:GridView.ViewSettings>
<igDP:GridViewSettings Orientation="Horizontal" />
</igDP:GridView.ViewSettings>
Creating xamDataPresenter in XAML