This example demonstrates how to create a WPF PageView, bind it to data (EmployeesData
), and use templates to visualize data items and item headers.
<dxwui:PageView AnimationType="SlideHorizontal" Header="Page View"
ItemsSource="{Binding DataSource}"
ItemTemplate="{StaticResource ItemHeaderTemplate}"
ContentTemplate="{StaticResource ItemContentTemplate}"/>
(you will be redirected to DevExpress.com to submit your response)