FlipViewItem Class
An item within a FlipView.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Remarks
A FlipView is an ItemsControl that can store content of any type. However, populating a FlipView with FlipViewItems is recommended. To populate a FlipViewItem, place the required content between the FlipViewItem opening and closing tags in XAML.
See the Flip View topic for details.