Tab Page
The DevExpress Tab Page for Xamarin.Forms allows tab navigation through a collection of pages at the application’s root level.
You can use the following approaches to populate the TabPage with tab items:
- Add TabPageItem 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 TabPage generates its items from the bound data source based on the specified templates (Lesson 2: Populate Tab Items from a Data Source).