Tab View
The DevExpress Tab View for Xamarin.Forms allows tab navigation through a collection of views.
You can use the following approaches to populate the TabView with tab items:
- Add TabViewItem objects to the Items collection (Lesson 1: Create Tab Items Manually).
- Assign a data source to the ItemsSource property, and use the ItemHeaderTemplate and ItemTemplate properties to define templates for a tab item’s header and content area. The TabView generates its items from the bound data source based on the specified templates (Lesson 2: Populate Tab Items from a Data Source).