maui-devexpress-dot-maui-dot-controls-c2a49663.md
A view that organizes content into groups at the same hierarchy level and allows tab navigation between them.
Namespace : DevExpress.Maui.Controls
Assembly : DevExpress.Maui.Controls.dll
NuGet Package : DevExpress.Maui.Controls
[ContentProperty("Items")]
[DXLicenseMAUI]
public class TabView :
View,
IDXViewController,
IAppearanceOwner,
IVisualTreeElement
The TabView component allows you to implement tab navigation through a collection of views (tab items) in a .NET MAUI application. A tab item has a header displayed within the header panel and a view displayed in the content area when a user selects an item. To navigate between tab items, a user can tap tab item headers or swipe left or right within the content area.
For more information about the TabView control, refer to the following help topics:
OverviewContains basic information about TabView.Create Tab Items ManuallyShows how to populate the TabView.Items collection with TabViewItem objects and customize each tab item appearance.Generate Tab Items from a Data SourceShows how to generate tab items from a data source assigned to the TabView.ItemsSource property.Tab View ElementsDescribes how to customize Tab View elements.
Show 15 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
System.Object BindableObject Element NavigableElement VisualElement View TabView
See Also