Skip to main content
A newer version of this page is available. .

FlipViewItem Class

An item within a FlipView.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public class FlipViewItem :
    veContentSelectorItem

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

Show 13 items
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