A FlipView is a WindowsUI container which displays one item at a time and allows end-users to flip through items such as photos. A FlipView is an ItemsControl descendant, so it can store any object as its content. There also exist FlipViewItem objects, which are containers specially designed to be items and display content within a FlipView. To populate a FlipView with items, include them between the FlipView opening and closing tags in XAML, or use the ItemsSource property to set a data source. See the Flip View topic to learn more.

System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ItemsControl
System.Windows.Controls.Primitives.Selector
DevExpress.Xpf.WindowsUI.Base.veSelectorBase
DevExpress.Xpf.WindowsUI.Base.veSelector
FlipView