FlipViewItem Class
In This Article
An item within a FlipView.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.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.
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ContentControl
DevExpress.Xpf.WindowsUI.Base.veContentControlBase
DevExpress.Xpf.WindowsUI.Base.veContentControl
DevExpress.Xpf.WindowsUI.Base.veSelectorItem
DevExpress.Xpf.WindowsUI.Base.veContentSelectorItem
FlipViewItem
See Also