Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FlipViewItem Class

An item within a FlipView.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v24.1.dll

NuGet Package: DevExpress.Wpf.Controls

#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