Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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

Flip View

A FlipView is a WindowsUI container which displays a single item at a time and allows end-users to flip through items such as photos.

DXControls - FlipView

An end-user can use side navigation buttons to navigate through items.

FlipView is an ItemsControl, so it can contain items of any type, but it is strongly recommended that you use the specially designed FlipViewItem objects. To populate a FlipView with items, set its ItemsSource property to a data source, or add the required objects to the Items collection.

To specify how items in the FlipView are displayed, create a DataTemplate object and assign it to the ItemTemplate property.

#Examples

How To: Create a FlipView and Populate It with Data

See Also