Glossary Item Box
The xamDataPresenter™ control displays the GroupByArea above the data by default. You can change the location of the GroupByArea by setting the GroupByAreaLocation property.
The following procedure assumes you have a data bound xamDataPresenter, and you want to relocate the GroupByArea. For more information, see Creating xamDataPresenter in XAML.
In XAML:
<igDP:XamDataPresenter x:Name="XamDataPresenter1"
...
GroupByAreaLocation="BelowDataArea"/>
