Back to Devexpress

TabView Class

maui-devexpress-dot-maui-dot-controls-c2a49663.md

latest4.3 KB
Original Source

TabView Class

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

Declaration

csharp
[ContentProperty("Items")]
[DXLicenseMAUI]
public class TabView :
    View,
    IDXViewController,
    IAppearanceOwner,
    IVisualTreeElement

Remarks

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.

Implements

Show 15 items

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

IVisualTreeElement

Inheritance

System.Object BindableObject Element NavigableElement VisualElement View TabView

Extension Methods

Yield<TabView>()

YieldIfNotNull<TabView>()

See Also

TabView Members

DevExpress.Maui.Controls Namespace