This example demonstrates how to create a WPF FlipView, bind it to data, and use a template (ItemContentTemplate
) to visualize data items.
<dxwui:FlipView ItemsSource="{Binding DataSource}" ItemTemplate="{StaticResource ItemContentTemplate}"/>
(you will be redirected to DevExpress.com to submit your response)