TabView.ItemsSource Property
Gets or sets a collection used to generate the Tab View’s tab items. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable | A collection used to generate the Tab View’s tab items. |
See Also