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

FlipView Class

Namespace: DevExpress.Xpf.WindowsUI

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

Declaration

public class FlipView :
    veSelector,
    ISupportManipulation

Remarks

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.

DXControls - FlipView

The following code snippets (auto-collected from DevExpress Examples) contain references to the FlipView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Show 12 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ItemsControl
Selector
DevExpress.Xpf.WindowsUI.Base.veSelectorBase
DevExpress.Xpf.WindowsUI.Base.veSelector
FlipView
See Also