TabView.Items Property
Gets or sets the list of tab items the Tab View displays.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
public IList<TabViewItem> Items { get; }
#Property Value
Type | Description |
---|---|
IList<Tab |
The list of tab items the Tab View displays. |